org.apache.axis.client
Class Service.HandlerRegistryImpl
java.lang.Object
org.apache.axis.client.Service.HandlerRegistryImpl
- All Implemented Interfaces:
- Serializable, HandlerRegistry
- Enclosing class:
- Service
protected static class Service.HandlerRegistryImpl
- extends Object
- implements HandlerRegistry
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service.HandlerRegistryImpl
protected Service.HandlerRegistryImpl()
getHandlerChain
public List getHandlerChain(QName portName)
- Description copied from interface:
HandlerRegistry
- 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.
- Specified by:
getHandlerChain in interface HandlerRegistry
- Parameters:
portName - Qualified name of the target service
- Returns:
- HandlerChain java.util.List Handler chain
setHandlerChain
public void setHandlerChain(QName portName,
List chain)
- Description copied from interface:
HandlerRegistry
- Sets the handler chain for the specified service endpoint
as a
java.util.List. Each element in this list
is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo.
- Specified by:
setHandlerChain in interface HandlerRegistry
- Parameters:
portName - Qualified name of the target service endpointchain - a List representing configuration for the
handler chain
Copyright © The Apache Software Foundation. All Rights Reserved.