javax.xml.rpc.handler.soap
Interface SOAPMessageContext
- All Superinterfaces:
- MessageContext (src)
- All Known Implementing Classes:
- MessageContext (src)
- public interface SOAPMessageContext
- extends MessageContext (src)
This interface provides access to the SOAP message for either RPC request
or response. The javax.xml.soap.SOAPMessage specifies the standard Java API
for the representation of a SOAP 1.1 message with attachments.
getMessage
public SOAPMessage (src) getMessage()
setMessage
public void setMessage(SOAPMessage (src) message)
getRoles
public java.lang.String[] getRoles()