Uses of Interface
jakarta.xml.soap.SOAPBody
-
-
Uses of SOAPBody in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPBody Modifier and Type Method Description SOAPBodySOAPEnvelope. addBody()Creates aSOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject.SOAPBodySOAPEnvelope. getBody()Returns theSOAPBodyobject associated with thisSOAPEnvelopeobject.SOAPBodySOAPMessage. getSOAPBody()Gets the SOAP Body contained in thisSOAPMessageobject.
-