Package org.apache.axis.client
Class Service.HandlerRegistryImpl
java.lang.Object
org.apache.axis.client.Service.HandlerRegistryImpl
- All Implemented Interfaces:
Serializable
,HandlerRegistry
- Enclosing class:
Service
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandlerChain
(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 ajava.util.List
.
-
Constructor Details
-
HandlerRegistryImpl
protected HandlerRegistryImpl()
-
-
Method Details
-
getHandlerChain
Description copied from interface:HandlerRegistry
Gets the handler chain for the specified service endpoint. The returnedList
is used to configure this specific handler chain in thisHandlerRegistry
. Each element in this list is required to be of the Java typejavax.xml.rpc.handler.HandlerInfo
.- Specified by:
getHandlerChain
in interfaceHandlerRegistry
- Parameters:
portName
- Qualified name of the target service- Returns:
- HandlerChain java.util.List Handler chain
-
setHandlerChain
Description copied from interface:HandlerRegistry
Sets the handler chain for the specified service endpoint as ajava.util.List
. Each element in this list is required to be of the Java typejavax.xml.rpc.handler.HandlerInfo
.- Specified by:
setHandlerChain
in interfaceHandlerRegistry
- Parameters:
portName
- Qualified name of the target service endpointchain
- a List representing configuration for the handler chain
-