Uses of Interface
javax.xml.soap.SOAPBody

Packages that use SOAPBody
javax.xml.soap   
org.apache.axis.message   
 

Uses of SOAPBody in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPBody
 SOAPBody SOAPEnvelope.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 SOAPBody SOAPEnvelope.addBody()
          Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
 

Uses of SOAPBody in org.apache.axis.message
 

Classes in org.apache.axis.message that implement SOAPBody
 class SOAPBody
          Holder for body elements.
 

Methods in org.apache.axis.message that return SOAPBody
 SOAPBody SOAPEnvelope.addBody()
          Add a soap body if one does not exist
 SOAPBody SOAPEnvelope.getBody()
          Get the soap body
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.