|
Préférences
Moteurs de recherche
|
|||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.rpc.handler
|
Method Summary | |
---|---|
List |
getHandlerChain(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 a java.util.List . |
Method Detail |
---|
List getHandlerChain(QName portName)
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
.
portName
- Qualified name of the target service endpoint
IllegalArgumentException
- If an invalid
portName
is specifiedvoid setHandlerChain(QName portName, List chain)
java.util.List
. Each element in this list
is required to be of the Java type
javax.xml.rpc.handler.HandlerInfo
.
portName
- Qualified name of the target service endpointchain
- A List representing configuration for the
handler chain
JAXRPCException
- If any error in the configuration of
the handler chain
UnsupportedOperationException
- If this
set operation is not supported. This is done to
avoid any overriding of a pre-configured handler
chain.
IllegalArgumentException
- If an invalid
portName
is specified