protected static class Service.HandlerRegistryImpl extends java.lang.Object implements HandlerRegistry
Modifier | Constructor and Description |
---|---|
protected |
HandlerRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getHandlerChain(QName portName)
Gets the handler chain for the specified service endpoint.
|
void |
setHandlerChain(QName portName,
java.util.List chain)
Sets the handler chain for the specified service endpoint
as a
java.util.List . |
public java.util.List getHandlerChain(QName portName)
HandlerRegistry
List
is used to configure this
specific handler chain in this HandlerRegistry
.
Each element in this list is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo
.getHandlerChain
in interface HandlerRegistry
portName
- Qualified name of the target servicepublic void setHandlerChain(QName portName, java.util.List chain)
HandlerRegistry
java.util.List
. Each element in this list
is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo
.setHandlerChain
in interface HandlerRegistry
portName
- Qualified name of the target service endpointchain
- a List representing configuration for the
handler chain