|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The javax.xml.rpc.handler.HandlerRegistry
provides
support for programmatic configuration of handlers in a
HandlerRegistry.
Method Summary | |
HandlerChain |
getRequestHandlerChain(QName portName)
Gets the request HandlerChain for the specified service endpoint. |
HandlerChain |
getResponseHandlerChain(QName portName)
Gets the response HandlerChain for the specified service endpoint. |
void |
setRequestHandlerChain(QName portName,
HandlerChain chain)
Sets the request HandlerChain for the specified service endpoint. |
void |
setResponseHandlerChain(QName portName,
HandlerChain chain)
Sets the response HandlerChain for the specified service endpoint. |
Method Detail |
public HandlerChain getRequestHandlerChain(QName portName)
portName
- Qualified name of the target servicejava.lang.IllegalArgumentException
- If an invalid portName is specifiedpublic void setRequestHandlerChain(QName portName, HandlerChain chain) throws JAXRPCException
portName
- Qualified name of the target service endpointchain
- Request HandlerChain instanceJAXRPCException
- If any error in the setting of
the HandlerChainjava.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 specifiedpublic HandlerChain getResponseHandlerChain(QName portName)
portName
- Qualified name of the target service endpointjava.lang.IllegalArgumentException
- If an invalid portName is specifiedpublic void setResponseHandlerChain(QName portName, HandlerChain chain) throws JAXRPCException
portName
- Qualified name of the target service endpointchain
- Response HandlerChain instance.JAXRPCException
- If any error in the setting of
the HandlerChainjava.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 |