Uses of Interface
jakarta.xml.ws.handler.MessageContext
-
Packages that use MessageContext Package Description jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs.jakarta.xml.ws.handler This package defines APIs for message handlers.jakarta.xml.ws.handler.soap This package defines APIs for SOAP message handlers. -
-
Uses of MessageContext in jakarta.xml.ws
Methods in jakarta.xml.ws that return MessageContext Modifier and Type Method Description MessageContext
WebServiceContext. getMessageContext()
Returns theMessageContext
for the request being served at the time this method is called. -
Uses of MessageContext in jakarta.xml.ws.handler
Classes in jakarta.xml.ws.handler with type parameters of type MessageContext Modifier and Type Interface Description interface
Handler<C extends MessageContext>
TheHandler
interface is the base interface for Jakarta XML Web Services handlers.Subinterfaces of MessageContext in jakarta.xml.ws.handler Modifier and Type Interface Description interface
LogicalMessageContext
TheLogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessageMethods in jakarta.xml.ws.handler with parameters of type MessageContext Modifier and Type Method Description void
Handler. close(MessageContext context)
Called at the conclusion of a message exchange pattern just prior to the Jakarta XML Web Services runtime dispatching a message, fault or exception. -
Uses of MessageContext in jakarta.xml.ws.handler.soap
Subinterfaces of MessageContext in jakarta.xml.ws.handler.soap Modifier and Type Interface Description interface
SOAPMessageContext
The interfaceSOAPMessageContext
provides access to the SOAP message for either RPC request or response.
-