Package javax.xml.rpc.handler

Interface Summary
Handler (src) This interface is required to be implemented by a SOAP message handler.
HandlerChain (src) This interface represents a list of handlers.
HandlerRegistry (src) This interface provides support for the programmatic configuration of handlers in a HandlerRegistry.
MessageContext (src) This interface abstracts the message context that is processed by a handler in the handle method.
 

Class Summary
GenericHandler (src) The GenericHandler class implements the Handler interface.
HandlerInfo (src) This represents information about a handler in the HandlerChain.