Uses of Interface
jakarta.xml.ws.handler.soap.SOAPMessageContext
Package
Description
This package defines APIs for SOAP message handlers.
-
Uses of SOAPMessageContext in jakarta.xml.ws.handler.soap
Modifier and TypeInterfaceDescriptioninterface
SOAPHandler<T extends SOAPMessageContext>
TheSOAPHandler
class extendsHandler
to provide type safety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.