Package jakarta.xml.ws.handler
package jakarta.xml.ws.handler
This package defines APIs for message handlers.
References in this document to JAX-WS refer to the Jakarta XML Web Services unless otherwise noted.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
-
ClassDescriptionThe
Handler
interface is the base interface for Jakarta XML Web Services handlers.Handler<C extends MessageContext>TheHandler
interface is the base interface for Jakarta XML Web Services 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.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.TheLogicalHandler
extends Handler to provide typesafety for the message context parameter.LogicalHandler<C extends LogicalMessageContext>TheLogicalHandler
extends Handler to provide typesafety for the message context parameter.TheLogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessageTheLogicalMessageContext
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.The 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.ThePortInfo
interface is used by aHandlerResolver
to query information about the port it is being asked to create a handler chain for.