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 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.
-