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

Packages that use SOAPBody
org.apache.axiom.soap   
org.apache.axiom.soap.impl.dom   
org.apache.axiom.soap.impl.dom.factory   
org.apache.axiom.soap.impl.dom.soap11   
org.apache.axiom.soap.impl.dom.soap12   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of SOAPBody in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPBody
 SOAPBody SOAPFactory.createSOAPBody()
           
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 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)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, java.lang.Exception e)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPBody in org.apache.axiom.soap.impl.dom
 

Methods in org.apache.axiom.soap.impl.dom that return SOAPBody
 SOAPBody SOAPEnvelopeImpl.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 

Constructors in org.apache.axiom.soap.impl.dom with parameters of type SOAPBody
SOAPFaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent, SOAPFactory factory)
           
 

Uses of SOAPBody in org.apache.axiom.soap.impl.dom.factory
 

Methods in org.apache.axiom.soap.impl.dom.factory that return SOAPBody
 SOAPBody DOMSOAPFactory.createSOAPBody()
           
 SOAPBody DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

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

Uses of SOAPBody in org.apache.axiom.soap.impl.dom.soap11
 

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPBody
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

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

Constructors in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPBody
SOAP11FaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
           
SOAP11FaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11FaultImpl(SOAPBody parent, SOAPFactory factory)
          This is a convenience method for the SOAP Fault Impl.
 

Uses of SOAPBody in org.apache.axiom.soap.impl.dom.soap12
 

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPBody
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

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

Constructors in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPBody
SOAP12FaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
           
SOAP12FaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP12FaultImpl(SOAPBody parent, SOAPFactory factory)
          This is a convenience method for the SOAP Fault Impl.
 

Uses of SOAPBody in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement SOAPBody
 class SOAPBodyImpl
          Class SOAPBodyImpl
 

Methods in org.apache.axiom.soap.impl.llom that return SOAPBody
 SOAPBody SOAPEnvelopeImpl.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 

Constructors in org.apache.axiom.soap.impl.llom with parameters of type SOAPBody
SOAPFaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent, SOAPFactory factory)
           
 

Uses of SOAPBody in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPBody
 class SOAP11BodyImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPBody
 SOAPBody SOAP11Factory.createSOAPBody()
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

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

Constructors in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPBody
SOAP11FaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
           
SOAP11FaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11FaultImpl(SOAPBody parent, SOAPFactory factory)
          This is a convenience method for the SOAP Fault Impl.
 

Uses of SOAPBody in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPBody
 class SOAP12BodyImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPBody
 SOAPBody SOAP12Factory.createSOAPBody()
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

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

Constructors in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPBody
SOAP12FaultImpl(SOAPBody parent, java.lang.Exception e, SOAPFactory factory)
           
SOAP12FaultImpl(SOAPBody parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP12FaultImpl(SOAPBody parent, SOAPFactory factory)
          This is a convenience method for the SOAP Fault Impl.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.