Uses of Class
javax.xml.soap.SOAPMessage
Packages that use SOAPMessage
Package
Description
Provides the API for creating and building SOAP messages.
This package defines APIs for SOAP message handlers.
-
Uses of SOAPMessage in javax.xml.soap
Methods in javax.xml.soap that return SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessageSOAPConnection.call(SOAPMessage request, Object to) Sends the given message to the specified endpoint and blocks until it has returned the response.abstract SOAPMessageMessageFactory.createMessage()Creates a newSOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects.abstract SOAPMessageMessageFactory.createMessage(MimeHeaders headers, InputStream in) Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.Gets a message from a specific endpoint and blocks until it receives,Methods in javax.xml.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionabstract SOAPMessageSOAPConnection.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 aSAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. -
Uses of SOAPMessage in javax.xml.ws.handler.soap
Methods in javax.xml.ws.handler.soap that return SOAPMessageModifier and TypeMethodDescriptionSOAPMessageContext.getMessage()Gets theSOAPMessagefrom this message context.Methods in javax.xml.ws.handler.soap with parameters of type SOAPMessageModifier and TypeMethodDescriptionvoidSOAPMessageContext.setMessage(SOAPMessage message) Sets the SOAPMessage in this message context