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

Packages that use SOAPEnvelope
org.apache.axiom.om.util   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.builder   
 

Uses of SOAPEnvelope in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util that return SOAPEnvelope
static SOAPEnvelope CopyUtils.copy(SOAPEnvelope sourceEnv)
          Creates a copy of the source envelope.
 

Methods in org.apache.axiom.om.util with parameters of type SOAPEnvelope
static SOAPEnvelope CopyUtils.copy(SOAPEnvelope sourceEnv)
          Creates a copy of the source envelope.
 

Uses of SOAPEnvelope in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPEnvelope
 SOAPEnvelope SOAPFactory.createSOAPEnvelope()
          Create a SOAP envelope.
 SOAPEnvelope SOAPFactory.createSOAPEnvelope(OMNamespace ns)
          Create a SOAP envelope with the given namespace.
 SOAPEnvelope SOAPFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
           
 SOAPEnvelope SOAPFactory.getDefaultEnvelope()
          Create a default SOAP envelope with an empty header and an empty body.
 SOAPEnvelope SOAPFactory.getDefaultFaultEnvelope()
           
 SOAPEnvelope SOAPModelBuilder.getSOAPEnvelope()
          Get the SOAP envelope for the document processed by this builder.
 SOAPEnvelope SOAPMessage.getSOAPEnvelope()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPEnvelope
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPMessage SOAPFactory.createSOAPMessage(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper)
           
 void SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
           
 

Uses of SOAPEnvelope in org.apache.axiom.soap.impl.builder
 

Methods in org.apache.axiom.soap.impl.builder that return SOAPEnvelope
 SOAPEnvelope StAXSOAPModelBuilder.getSOAPEnvelope()
           
 



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