javax.xml.rpc.handler
Interface HandlerRegistry
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- Service.HandlerRegistryImpl (src)
- public interface HandlerRegistry
- extends java.io.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.
getHandlerChain
public java.util.List getHandlerChain(QName (src) portName)
setHandlerChain
public void setHandlerChain(QName (src) portName,
java.util.List chain)