Uses of Interface
javax.xml.soap.SOAPBody
-
Packages that use SOAPBody Package Description javax.xml.soap org.apache.axis org.apache.axis.message -
-
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. -
Uses of SOAPBody in org.apache.axis
Methods in org.apache.axis that return SOAPBody Modifier and Type Method Description SOAPBody
Message. getSOAPBody()
-
Uses of SOAPBody in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPBody Modifier and Type Class Description class
SOAPBody
Holder for body elements.Methods in org.apache.axis.message that return SOAPBody Modifier and Type Method Description SOAPBody
SOAPEnvelope. addBody()
Add a soap body if one does not existSOAPBody
SOAPEnvelope. getBody()
Get the soap body
-