Uses of Package
javax.xml.ws.handler
Packages that use javax.xml.ws.handler
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs for message handlers.
This package defines APIs for SOAP message handlers.
This package defines SPIs for Jakarta XML Web Services.
-
Classes in javax.xml.ws.handler used by javax.xml.wsClassDescriptionThe
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 interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.ws.handler used by javax.xml.ws.handlerClassDescriptionThe
Handler
interface is the base interface for JAX-WS handlers.TheLogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessageThe interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method.Property scope.ThePortInfo
interface is used by aHandlerResolver
to query information about the port it is being asked to create a handler chain for. -
Classes in javax.xml.ws.handler used by javax.xml.ws.handler.soapClassDescriptionThe
Handler
interface is the base interface for JAX-WS handlers.The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.ws.handler used by javax.xml.ws.spiClassDescription
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.