Uses of Package
javax.xml.ws.handler

Packages that use javax.xml.ws.handler
Package
Description
This package contains the core JAX-WS APIs.
This package defines APIs for message handlers.
This package defines APIs for SOAP message handlers.
This package defines SPIs for JAX-WS.
  • Class
    Description
    The Handler interface is the base interface for JAX-WS handlers.
    HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.
    The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
  • Class
    Description
    The Handler interface is the base interface for JAX-WS handlers.
    The LogicalMessageContext interface extends MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
    The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
    Property scope.
    The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
  • Class
    Description
    The Handler interface is the base interface for JAX-WS handlers.
    The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
  • Class
    Description
    HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.