|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.client.Service.HandlerRegistryImpl
Constructor Summary | |
protected |
Service.HandlerRegistryImpl()
|
Method Summary | |
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 . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Service.HandlerRegistryImpl()
Method Detail |
public java.util.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
javax.xml.rpc.handler.HandlerRegistry
portName
- Qualified name of the target servicejava.lang.IllegalArgumentException
- If an invalid portName
is specifiedpublic void setHandlerChain(QName portName, java.util.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
javax.xml.rpc.handler.HandlerRegistry
portName
- Qualified name of the target service endpointchain
- A List representing configuration for the
handler chainJAXRPCException
- If any error in the configuration of
the handler chainjava.lang.UnsupportedOperationException
- If this
set operation is not supported. This is done to
avoid any overriding of a pre-configured handler
chain.java.lang.IllegalArgumentException
- If an invalid
portName
is specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |