Uses of Interface
javax.xml.soap.SOAPBody

Packages that use SOAPBody
javax.xml.soap   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.saaj   
 

Uses of SOAPBody in javax.xml.soap
 

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

Uses of SOAPBody in org.apache.axis2.jaxws.message.util
 

Methods in org.apache.axis2.jaxws.message.util with parameters of type SOAPBody
static SOAPFault XMLFaultUtils.createSAAJFault(XMLFault xmlFault, SOAPBody body)
          Create a SOAPFault representing the XMLFault.
 

Uses of SOAPBody in org.apache.axis2.saaj
 

Classes in org.apache.axis2.saaj that implement SOAPBody
 class SOAPBodyImpl
           
 

Methods in org.apache.axis2.saaj that return SOAPBody
 SOAPBody SOAPEnvelopeImpl.addBody()
          Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
 SOAPBody SOAPEnvelopeImpl.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 SOAPBody SOAPMessageImpl.getSOAPBody()
          Gets the SOAP Body contained in this SOAPMessage object.
 



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