Uses of Package
jakarta.xml.ws.handler.soap
-
Packages that use jakarta.xml.ws.handler.soap Package Description jakarta.xml.ws.handler.soap This package defines APIs for SOAP message handlers.org.jboss.ws.api.handler Convenient extensions to JAX-WS handler framework -
Classes in jakarta.xml.ws.handler.soap used by jakarta.xml.ws.handler.soap Class Description SOAPMessageContext The interfaceSOAPMessageContextprovides access to the SOAP message for either RPC request or response. -
Classes in jakarta.xml.ws.handler.soap used by org.jboss.ws.api.handler Class Description SOAPHandler TheSOAPHandlerclass extendsHandlerto provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.SOAPMessageContext The interfaceSOAPMessageContextprovides access to the SOAP message for either RPC request or response.