Interface Summary |
Handler |
A handler provides a mechanism for processing of service
context, plugging in additional RPC processing behavior and
enhancing functionality of a JAX-RPC runtime system. |
HandlerChain |
The javax.xml.rpc.handler.HandlerChain represents an
ordered list of handlers. |
HandlerRegistry |
The javax.xml.rpc.handler.HandlerRegistry provides
support for programmatic configuration of handlers in a
HandlerRegistry. |
MessageContext |
The interface MessageContext abstracts the message context that
is processed by a handler in the handle method. |