Uses of Interface
jakarta.xml.soap.SOAPBody
-
Uses of SOAPBody in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPBodyModifier and TypeMethodDescriptionSOAPEnvelope.addBody()
Creates aSOAPBody
object and sets it as theSOAPBody
object for thisSOAPEnvelope
object.SOAPEnvelope.getBody()
Returns theSOAPBody
object associated with thisSOAPEnvelope
object.SOAPMessage.getSOAPBody()
Gets the SOAP Body contained in thisSOAPMessage
object.