Uses of Class
jakarta.xml.soap.SOAPMessage
Package
Description
Provides the API for creating and building SOAP messages.
This package defines APIs for SOAP message handlers.
-
Uses of SOAPMessage in jakarta.xml.soap
Modifier 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,Modifier 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.ModifierConstructorDescriptionSAAJResult
(SOAPMessage message) Creates aSAAJResult
that will write the results into theSOAPPart
of the suppliedSOAPMessage
. -
Uses of SOAPMessage in jakarta.xml.ws.handler.soap
Modifier and TypeMethodDescriptionSOAPMessageContext.getMessage()
Gets theSOAPMessage
from this message context.Modifier and TypeMethodDescriptionvoid
SOAPMessageContext.setMessage
(SOAPMessage message) Sets the SOAPMessage in this message context