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 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. -
Uses of SOAPBody in org.apache.axis
Methods in org.apache.axis that return SOAPBody Modifier and Type Method Description SOAPBodyMessage. getSOAPBody() -
Uses of SOAPBody in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPBody Modifier and Type Class Description classSOAPBodyHolder for body elements.Methods in org.apache.axis.message that return SOAPBody Modifier and Type Method Description SOAPBodySOAPEnvelope. addBody()Add a soap body if one does not existSOAPBodySOAPEnvelope. getBody()Get the soap body
-