Uses of Interface
javax.xml.soap.SOAPBody
-
-
Uses of SOAPBody in javax.xml.soap
Methods in javax.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.
-