org.apache.axis.client
protected static class Service.HandlerRegistryImpl extends java.lang.Object implements HandlerRegistry
| Modifier | Constructor and Description |
|---|---|
protected |
Service.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)
HandlerRegistryList 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 HandlerRegistryportName - Qualified name of the target servicepublic void setHandlerChain(QName portName, java.util.List chain)
HandlerRegistryjava.util.List. Each element in this list
is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo.setHandlerChain in interface HandlerRegistryportName - Qualified name of the target service endpointchain - a List representing configuration for the
handler chainCopyright ? 2005 Apache Web Services Project. All Rights Reserved.