Uses of Interface
javax.xml.soap.SOAPBody
-
Packages that use SOAPBody Package Description javax.xml.soap Provides the API for creating and building SOAP messages. -
-
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.
-