Uses of Interface
org.apache.axiom.soap.SOAPBody

Packages that use SOAPBody
org.apache.axiom.soap   
 

Uses of SOAPBody in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPBody
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAPFactory.createSOAPBody()
           
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPBody SOAPEnvelope.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 

Methods in org.apache.axiom.soap with parameters of type SOAPBody
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, java.lang.Exception e)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.