Uses of Interface
jakarta.xml.soap.SOAPBody
-
Packages that use SOAPBody Package Description jakarta.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of SOAPBody in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPBody Modifier and Type Method Description SOAPBody
SOAPEnvelope. addBody()
Creates aSOAPBody
object and sets it as theSOAPBody
object for thisSOAPEnvelope
object.SOAPBody
SOAPEnvelope. getBody()
Returns theSOAPBody
object associated with thisSOAPEnvelope
object.SOAPBody
SOAPMessage. getSOAPBody()
Gets the SOAP Body contained in thisSOAPMessage
object.
-