Uses of Class
org.apache.axis.message.SOAPEnvelope

Packages that use SOAPEnvelope
org.apache.axis   
org.apache.axis.client   
org.apache.axis.encoding   
org.apache.axis.message   
org.apache.axis.providers.java   
 

Uses of SOAPEnvelope in org.apache.axis
 

Methods in org.apache.axis that return SOAPEnvelope
 SOAPEnvelope Message.getAsSOAPEnvelope()
           
 

Constructors in org.apache.axis with parameters of type SOAPEnvelope
Message(SOAPEnvelope env)
           
 

Uses of SOAPEnvelope in org.apache.axis.client
 

Methods in org.apache.axis.client that return SOAPEnvelope
 SOAPEnvelope ServiceClient.invoke(SOAPEnvelope env)
          Invoke the service with a custom SOAPEnvelope.
 

Methods in org.apache.axis.client with parameters of type SOAPEnvelope
 SOAPEnvelope ServiceClient.invoke(SOAPEnvelope env)
          Invoke the service with a custom SOAPEnvelope.
 

Uses of SOAPEnvelope in org.apache.axis.encoding
 

Fields in org.apache.axis.encoding declared as SOAPEnvelope
 SOAPEnvelope DeserializationContext.envelope
           
 

Methods in org.apache.axis.encoding that return SOAPEnvelope
 SOAPEnvelope DeserializationContext.getEnvelope()
           
 

Uses of SOAPEnvelope in org.apache.axis.message
 

Fields in org.apache.axis.message declared as SOAPEnvelope
protected  SOAPEnvelope MessageElement.message
           
 

Methods in org.apache.axis.message that return SOAPEnvelope
 SOAPEnvelope MessageElement.getEnvelope()
           
 SOAPEnvelope EnvelopeBuilder.getEnvelope()
           
 

Methods in org.apache.axis.message with parameters of type SOAPEnvelope
 void MessageElement.setEnvelope(SOAPEnvelope env)
           
 

Uses of SOAPEnvelope in org.apache.axis.providers.java
 

Methods in org.apache.axis.providers.java with parameters of type SOAPEnvelope
abstract  void JavaProvider.processMessage(MessageContext msgContext, java.lang.String serviceName, java.lang.String allowedMethods, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, JavaClass jc, java.lang.Object obj)
          Process the current message.
 void MsgProvider.processMessage(MessageContext msgContext, java.lang.String serviceName, java.lang.String methodName, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, JavaClass jc, java.lang.Object obj)
          This is pretty much a pass-thru to the util.Admin tool.
 void RPCProvider.processMessage(MessageContext msgContext, java.lang.String serviceName, java.lang.String allowedMethods, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, JavaClass jc, java.lang.Object obj)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.