当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
HandlerRegistry (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.rpc.handler
Interface HandlerRegistry
- All Superinterfaces:
- Serializable
- public interface HandlerRegistry
- extends Serializable
This interface provides support for the programmatic configuration of
handlers in a HandlerRegistry.
A handler chain is registered per service endpoint, as indicated by the
qualified name of a port. The getHandlerChain returns the handler chain
(as a java.util.List) for the specified service endpoint. The returned
handler chain is configured using the java.util.List interface. Each element
in this list is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo.
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org, Rahul Sharma (javadoc)
getHandlerChain
public List getHandlerChain(javax.xml.namespace.QName portName)
setHandlerChain
public void setHandlerChain(javax.xml.namespace.QName portName,
List chain)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.