Interface SOAPMessageContext

All Superinterfaces:
Map<String,Object>, MessageContext

public interface SOAPMessageContext extends MessageContext
The interface SOAPMessageContext provides access to the SOAP message for either RPC request or response. The jakarta.xml.soap.SOAPMessage specifies the standard Java API for the representation of a SOAP 1.1 message with attachments.
Since:
1.6, JAX-WS 2.0
See Also: