Uses of Interface
javax.xml.ws.handler.MessageContext
-
Packages that use MessageContext Package Description javax.xml.ws This package contains the core Jakarta XML Web Services APIs.javax.xml.ws.handler This package defines APIs for message handlers.javax.xml.ws.handler.soap This package defines APIs for SOAP message handlers. -
-
Uses of MessageContext in javax.xml.ws
Methods in javax.xml.ws that return MessageContext Modifier and Type Method Description MessageContextWebServiceContext. getMessageContext()Returns theMessageContextfor the request being served at the time this method is called. -
Uses of MessageContext in javax.xml.ws.handler
Classes in javax.xml.ws.handler with type parameters of type MessageContext Modifier and Type Interface Description interfaceHandler<C extends MessageContext>TheHandlerinterface is the base interface for JAX-WS handlers.Subinterfaces of MessageContext in javax.xml.ws.handler Modifier and Type Interface Description interfaceLogicalMessageContextTheLogicalMessageContextinterface extendsMessageContextto provide access to a the contained message as a protocol neutral LogicalMessageMethods in javax.xml.ws.handler with parameters of type MessageContext Modifier and Type Method Description voidHandler. close(MessageContext context)Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime dispatching a message, fault or exception. -
Uses of MessageContext in javax.xml.ws.handler.soap
Subinterfaces of MessageContext in javax.xml.ws.handler.soap Modifier and Type Interface Description interfaceSOAPMessageContextThe interfaceSOAPMessageContextprovides access to the SOAP message for either RPC request or response.
-