org.apache.axis.client
Class Service.HandlerRegistryImpl
java.lang.Object
org.apache.axis.client.Service.HandlerRegistryImpl
- Service
- HandlerRegistry, Serializable
protected static class Service.HandlerRegistryImpl
extends java.lang.Object
getHandlerChain
public List getHandlerChain(QName portName)
Gets the handler chain for the specified service endpoint.
The returned 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 service
- HandlerChain java.util.List Handler chain
setHandlerChain
public void setHandlerChain(QName portName,
List chain)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.