Uses of Class
jakarta.xml.soap.SOAPMessage
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap
Modifier and TypeClassDescriptionclass
The message implementation for SOAP messages with attachments.Modifier and TypeMethodDescriptionMessageFactoryImpl.createMessage()
MessageFactoryImpl.createMessage
(boolean isFastInfoset, boolean acceptFastInfoset) MessageFactoryImpl.createMessage
(MimeHeaders headers, InputStream in) MessageFactoryImpl.createMessage
(MimeHeaders headers, XMLStreamReader reader) MessageFactoryImpl.createMessage
(String protocol) -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.dynamic
-
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_1
Modifier and TypeMethodDescriptionSOAPMessageFactory1_1Impl.createMessage()
SOAPMessageFactory1_1Impl.createMessage
(boolean isFastInfoset, boolean acceptFastInfoset) SOAPMessageFactory1_1Impl.createMessage
(MimeHeaders headers, InputStream in) -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.soap.ver1_2
Modifier and TypeMethodDescriptionSOAPMessageFactory1_2Impl.createMessage()
SOAPMessageFactory1_2Impl.createMessage
(boolean isFastInfoset, boolean acceptFastInfoset) SOAPMessageFactory1_2Impl.createMessage
(MimeHeaders headers, InputStream in) -
Uses of SOAPMessage in com.sun.xml.messaging.saaj.util.stax
ModifierConstructorDescriptionSaajStaxWriter
(SOAPMessage msg, String uri) SaajStaxWriterEx
(SOAPMessage msg, String uri) -
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
.