Uses of Class
jakarta.xml.soap.SOAPMessage
-
-
Uses of SOAPMessage in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPMessage Modifier and Type Method Description abstract 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.SOAPMessage
SOAPConnection. get(Object to)
Gets a message from a specific endpoint and blocks until it receives,Methods in jakarta.xml.soap with parameters of type SOAPMessage Modifier and Type Method Description abstract 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 jakarta.xml.soap with parameters of type SOAPMessage Constructor Description SAAJResult(SOAPMessage message)
Creates aSAAJResult
that will write the results into theSOAPPart
of the suppliedSOAPMessage
.
-