Uses of Class
javax.xml.soap.SOAPMessage
-
Uses of SOAPMessage in javax.xml.soap
Methods in javax.xml.soap that return SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessage
SOAPConnection.call
(SOAPMessage request, Object to) Sends the given message to the specified endpoint and blocks until it has returned the response.abstract SOAPMessage
MessageFactory.createMessage()
Creates a newSOAPMessage
object with the defaultSOAPPart
,SOAPEnvelope
,SOAPBody
, andSOAPHeader
objects.abstract SOAPMessage
MessageFactory.createMessage
(MimeHeaders headers, InputStream in) Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.Gets a message from a specific endpoint and blocks until it receives,Methods in javax.xml.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessage
SOAPConnection.call
(SOAPMessage request, Object to) Sends the given message to the specified endpoint and blocks until it has returned the response.Constructors in javax.xml.soap with parameters of type SOAPMessageModifierConstructorDescriptionSAAJResult
(SOAPMessage message) Creates aSAAJResult
that will write the results into theSOAPPart
of the suppliedSOAPMessage
.