Uses of Class
javax.xml.soap.SOAPMessage

Packages that use SOAPMessage
javax.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. 
javax.xml.soap Provides the API for creating and building SOAP messages. 
 

Uses of SOAPMessage in javax.xml.messaging
 

Methods in javax.xml.messaging that return SOAPMessage
 SOAPMessage ReqRespListener.onMessage(SOAPMessage message)
          Passes the given SOAPMessage object to this ReqRespListener object and returns the response.
 

Methods in javax.xml.messaging with parameters of type SOAPMessage
 SOAPMessage ReqRespListener.onMessage(SOAPMessage message)
          Passes the given SOAPMessage object to this ReqRespListener object and returns the response.
 void ProviderConnection.send(SOAPMessage message)
          Sends the given SOAPMessage object and returns immediately after handing the message over to the messaging provider.
 void OnewayListener.onMessage(SOAPMessage message)
          Passes the given SOAPMessage object to this OnewayListener object.
 

Uses of SOAPMessage in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPMessage
abstract  SOAPMessage SOAPConnection.call(SOAPMessage request, java.lang.Object to)
          Sends the given message to the specified endpoint and blocks until it has returned the response.
abstract  SOAPMessage MessageFactory.createMessage()
          Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
abstract  SOAPMessage MessageFactory.createMessage(MimeHeaders headers, java.io.InputStream in)
          Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
 

Methods in javax.xml.soap with parameters of type SOAPMessage
abstract  SOAPMessage SOAPConnection.call(SOAPMessage request, java.lang.Object to)
          Sends the given message to the specified endpoint and blocks until it has returned the response.