Package javax.xml.rpc.handler


package javax.xml.rpc.handler
This package defines APIs for SOAP Message Handlers
  • Class
    Description
    The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
    The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
    The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
    The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
    The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
    The interface MessageContext abstracts the message context that is processed by a handler in the handle method.