Uses of Package
jakarta.xml.ws.handler.soap
Packages that use jakarta.xml.ws.handler.soap
Package
Description
This package defines APIs for SOAP message handlers.
-
Classes in jakarta.xml.ws.handler.soap used by jakarta.xml.ws.handler.soapClassDescriptionThe interface
SOAPMessageContextprovides access to the SOAP message for either RPC request or response. -
Classes in jakarta.xml.ws.handler.soap used by org.jboss.ws.api.handlerClassDescriptionThe
SOAPHandlerclass 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.The interfaceSOAPMessageContextprovides access to the SOAP message for either RPC request or response.