Uses of Class
javax.xml.soap.SOAPMessage
Packages that use SOAPMessage
Package
Description
-
Uses of SOAPMessage in javax.xml.rpc.handler.soap
Methods in javax.xml.rpc.handler.soap that return SOAPMessageModifier and TypeMethodDescriptionSOAPMessageContext.getMessage()
Gets the SOAPMessage from this message context.Methods in javax.xml.rpc.handler.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionvoid
SOAPMessageContext.setMessage
(SOAPMessage message) Sets theSOAPMessage
for this message context. -
Uses of SOAPMessage in javax.xml.soap
Methods in javax.xml.soap that return SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessage
SOAPConnection.call
(SOAPMessage request, Object endpoint) 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 mimeheaders, InputStream inputstream) Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.Methods in javax.xml.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessage
SOAPConnection.call
(SOAPMessage request, Object endpoint) Sends the given message to the specified endpoint and blocks until it has returned the response. -
Uses of SOAPMessage in org.apache.axis
Subclasses of SOAPMessage in org.apache.axisModifier and TypeClassDescriptionclass
A complete SOAP (and/or XML-RPC, eventually) message.Methods in org.apache.axis that return SOAPMessageModifier and TypeMethodDescriptionMessageContext.getMessage()
Gets the SOAPMessage from this message context.Methods in org.apache.axis with parameters of type SOAPMessageModifier and TypeMethodDescriptionvoid
MessageContext.setMessage
(SOAPMessage message) Sets the SOAPMessage for this message context. -
Uses of SOAPMessage in org.apache.axis.handlers
Methods in org.apache.axis.handlers with parameters of type SOAPMessage -
Uses of SOAPMessage in org.apache.axis.soap
Methods in org.apache.axis.soap that return SOAPMessageModifier and TypeMethodDescriptionSOAPConnectionImpl.call
(SOAPMessage request, Object endpoint) Sends the given message to the specified endpoint and blocks until it has returned the response.MessageFactoryImpl.createMessage()
Creates a newSOAPMessage
object with the defaultSOAPPart
,SOAPEnvelope
,SOAPBody
, andSOAPHeader
objects.MessageFactoryImpl.createMessage
(MimeHeaders mimeheaders, InputStream inputstream) Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.Methods in org.apache.axis.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionSOAPConnectionImpl.call
(SOAPMessage request, Object endpoint) Sends the given message to the specified endpoint and blocks until it has returned the response.