protected static class Service.HandlerRegistryImpl extends Object implements HandlerRegistry
Modifier | Constructor and Description |
---|---|
protected |
Service.HandlerRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
List |
getHandlerChain(QName portName)
Gets the handler chain for the specified service endpoint.
|
void |
setHandlerChain(QName portName,
List chain)
Sets the handler chain for the specified service endpoint
as a
java.util.List . |
public 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, 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 chainCopyright © The Apache Software Foundation. All Rights Reserved.