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

Packages that use SOAPEnvelope
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.saaj   
org.apache.axis2.security.util   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
 

Uses of SOAPEnvelope in org.apache.axis2.clientapi
 

Methods in org.apache.axis2.clientapi that return SOAPEnvelope
 SOAPEnvelope MEPClient.createDefaultSOAPEnvelope()
          create write SOAPEvelope(in terms of version) based on the values set.
protected  SOAPEnvelope Stub.createEnvelope()
           
 SOAPEnvelope AsyncResult.getResponseEnvelope()
           
 SOAPEnvelope Call.invokeBlocking(java.lang.String axisop, SOAPEnvelope envelope)
          Invoke the blocking/Synchronous call
 

Methods in org.apache.axis2.clientapi with parameters of type SOAPEnvelope
protected  void Stub.setValueRPC(SOAPEnvelope env, java.lang.String methodNamespaceURI, java.lang.String methodName, java.lang.String[] paramNames, java.lang.Object[] values)
           
protected  void Stub.setValueDoc(SOAPEnvelope env, OMElement value)
           
protected  void Stub.setValueDoc(SOAPEnvelope env, OMElement value, boolean isHeader)
           
protected  OMElement Stub.getElement(SOAPEnvelope env, java.lang.String type)
          Extract the correct element - A util method
 SOAPEnvelope Call.invokeBlocking(java.lang.String axisop, SOAPEnvelope envelope)
          Invoke the blocking/Synchronous call
 void Call.invokeNonBlocking(java.lang.String axisop, SOAPEnvelope envelope, Callback callback)
          Invoke the nonblocking/Asynchronous call
 

Uses of SOAPEnvelope in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return SOAPEnvelope
 SOAPEnvelope MessageContext.getEnvelope()
           
 

Methods in org.apache.axis2.context with parameters of type SOAPEnvelope
 void MessageContext.setEnvelope(SOAPEnvelope envelope)
           
 

Uses of SOAPEnvelope in org.apache.axis2.saaj
 

Methods in org.apache.axis2.saaj that return SOAPEnvelope
 SOAPEnvelope SOAPEnvelopeImpl.getOMEnvelope()
          method getOMEnvelope
 

Constructors in org.apache.axis2.saaj with parameters of type SOAPEnvelope
SOAPEnvelopeImpl(SOAPEnvelope omEnvelope)
           
 

Uses of SOAPEnvelope in org.apache.axis2.security.util
 

Methods in org.apache.axis2.security.util that return SOAPEnvelope
static SOAPEnvelope Axis2Util.getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc, java.lang.String envelopeNS)
          Covert a DOM Document containing a SOAP Envelope in to a org.apache.axis2.soap.SOAPEnvelope
static SOAPEnvelope Axis2Util.getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc, SOAPConstants constants, SOAPEnvelope reqEnv)
          This is to be used only in the signature situation where the security header can be inserted into the original SOAPEnvelope rather than replacing the whole envelope
 

Methods in org.apache.axis2.security.util with parameters of type SOAPEnvelope
static org.w3c.dom.Document Axis2Util.getDocumentFromSOAPEnvelope(SOAPEnvelope env)
          Create a DOM Document using the SOAP Envelope
static SOAPEnvelope Axis2Util.getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc, SOAPConstants constants, SOAPEnvelope reqEnv)
          This is to be used only in the signature situation where the security header can be inserted into the original SOAPEnvelope rather than replacing the whole envelope
static void MessageOptimizer.optimize(SOAPEnvelope env, java.lang.String optimizeParts)
          Mark the requied Base64 text values as optimized
 

Uses of SOAPEnvelope in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that return SOAPEnvelope
 SOAPEnvelope SOAPFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
           
 SOAPEnvelope SOAPFactory.createSOAPEnvelope()
           
 SOAPEnvelope SOAPFactory.getDefaultEnvelope()
          Method getDefaultEnvelope
 SOAPEnvelope SOAPFactory.getDefaultFaultEnvelope()
           
 SOAPEnvelope SOAPMessage.getSOAPEnvelope()
           
 

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

Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom
 

Classes in org.apache.axis2.soap.impl.llom that implement SOAPEnvelope
 class SOAPEnvelopeImpl
          Class SOAPEnvelopeImpl
 

Methods in org.apache.axis2.soap.impl.llom that return SOAPEnvelope
 SOAPEnvelope SOAPMessageImpl.getSOAPEnvelope()
           
 

Methods in org.apache.axis2.soap.impl.llom with parameters of type SOAPEnvelope
 void SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
           
 

Constructors in org.apache.axis2.soap.impl.llom with parameters of type SOAPEnvelope
SOAPHeaderImpl(SOAPEnvelope envelope)
           
SOAPHeaderImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPHeaderImpl
SOAPBodyImpl(SOAPEnvelope envelope)
           
SOAPBodyImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPBodyImpl
SOAPMessageImpl(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper)
           
 

Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.builder
 

Methods in org.apache.axis2.soap.impl.llom.builder that return SOAPEnvelope
 SOAPEnvelope StAXSOAPModelBuilder.getSOAPEnvelope()
          Method getSOAPEnvelope
 

Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.factory
 

Methods in org.apache.axis2.soap.impl.llom.factory that return SOAPEnvelope
 SOAPEnvelope SOAPLinkedListImplFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
          Eran Chinthaka (chinthaka@apache.org)
 SOAPEnvelope SOAPLinkedListImplFactory.createSOAPEnvelope()
           
 SOAPEnvelope SOAPLinkedListImplFactory.getDefaultEnvelope()
          Method getDefaultEnvelope
 SOAPEnvelope SOAPLinkedListImplFactory.getDefaultFaultEnvelope()
           
 

Methods in org.apache.axis2.soap.impl.llom.factory with parameters of type SOAPEnvelope
 SOAPMessage SOAPLinkedListImplFactory.createSOAPMessage(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper)
           
 SOAPHeader SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPBody SOAPLinkedListImplFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAPLinkedListImplFactory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.soap11
 

Methods in org.apache.axis2.soap.impl.llom.soap11 that return SOAPEnvelope
 SOAPEnvelope SOAP11Factory.createSOAPEnvelope()
          Eran Chinthaka (chinthaka@apache.org)
 SOAPEnvelope SOAP11Factory.getDefaultEnvelope()
           
 

Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPEnvelope
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPEnvelope
SOAP11HeaderImpl(SOAPEnvelope envelope)
           
SOAP11HeaderImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPHeaderImpl
SOAP11BodyImpl(SOAPEnvelope envelope)
           
SOAP11BodyImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPBodyImpl
 

Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.soap12
 

Methods in org.apache.axis2.soap.impl.llom.soap12 that return SOAPEnvelope
 SOAPEnvelope SOAP12Factory.createSOAPEnvelope()
          Eran Chinthaka (chinthaka@apache.org)
 SOAPEnvelope SOAP12Factory.getDefaultEnvelope()
           
 

Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPEnvelope
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPEnvelope
SOAP12HeaderImpl(SOAPEnvelope envelope)
           
SOAP12HeaderImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPHeaderImpl
SOAP12BodyImpl(SOAPEnvelope envelope)
           
SOAP12BodyImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder)
          Constructor SOAPBodyImpl
 

Uses of SOAPEnvelope in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that return SOAPEnvelope
static SOAPEnvelope TransportUtils.createSOAPMessage(MessageContext msgContext, java.lang.String soapNamespaceURI)
           
 

Uses of SOAPEnvelope in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http that return SOAPEnvelope
static SOAPEnvelope HTTPTransportUtils.createEnvelopeFromGetRequest(java.lang.String requestUrl, java.util.Map map)
           
 

Methods in org.apache.axis2.transport.http with parameters of type SOAPEnvelope
static boolean HTTPTransportUtils.checkEnvelopeForOptimise(SOAPEnvelope envelope)