Uses of Class
org.apache.soap.Envelope

Packages that use Envelope
org.apache.soap   
org.apache.soap.rpc   
org.apache.soap.transport   
org.apache.soap.transport.http   
org.apache.soap.transport.smtp   
 

Uses of Envelope in org.apache.soap
 

Methods in org.apache.soap that return Envelope
static Envelope Envelope.unmarshall(org.w3c.dom.Node src)
           
 

Uses of Envelope in org.apache.soap.rpc
 

Methods in org.apache.soap.rpc that return Envelope
protected  Envelope RPCMessage.buildEnvelope(boolean isResponse)
           
 Envelope Response.buildEnvelope()
           
 Envelope Call.buildEnvelope()
           
 

Methods in org.apache.soap.rpc with parameters of type Envelope
protected static RPCMessage RPCMessage.extractFromEnvelope(Envelope env, ServiceManager svcMgr, boolean isResponse, SOAPMappingRegistry respSMR)
           
static Response Response.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr)
           
static Call Call.extractFromEnvelope(Envelope env, ServiceManager svcMgr)
           
 

Uses of Envelope in org.apache.soap.transport
 

Methods in org.apache.soap.transport with parameters of type Envelope
 void SOAPTransport.send(java.net.URL sendTo, java.lang.String action, java.util.Hashtable headers, Envelope env, SOAPMappingRegistry smr)
          This method is used to request that an envelope be sent.
 

Uses of Envelope in org.apache.soap.transport.http
 

Methods in org.apache.soap.transport.http with parameters of type Envelope
 void SOAPHTTPConnection.send(java.net.URL sendTo, java.lang.String action, java.util.Hashtable headers, Envelope env, SOAPMappingRegistry smr)
          This method is used to request that an envelope be posted to the given URL.
 

Uses of Envelope in org.apache.soap.transport.smtp
 

Methods in org.apache.soap.transport.smtp with parameters of type Envelope
 void SOAPSMTPConnection.send(java.net.URL toAddr, java.lang.String actionURI, java.util.Hashtable headers, Envelope env, SOAPMappingRegistry smr)
          This method is used to request that an envelope be sent.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.