Uses of Class
org.apache.soap.Envelope

Packages that use.*
PackageDescription
oracle.soap.server   
oracle.soap.transport.http   
oracle.soap.util.xml   
org.apache.soap   
org.apache.soap.rpc   
 

Uses of Envelope in oracle.soap.server
 

Methods in oracle.soap.server that return Envelope
TypeName
 Envelope RequestContext.getRequestEnvelope()
          Get the envelope that represents the actual SOAP request.
 Envelope RequestContext.getResponseEnvelope()
          Get the envelope that represents the SOAP response.
 

Methods in oracle.soap.server with parameters of type Envelope
TypeName
 void RequestContext.setRequestEnvelope(Envelope envelope)
          Set the envelope that represents the actual SOAP request.
 void RequestContext.setResponseEnvelope(Envelope envelope)
          Set the envelope that represents the SOAP response.
 

Uses of Envelope in oracle.soap.transport.http
 

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

Uses of Envelope in oracle.soap.util.xml
 

Methods in oracle.soap.util.xml with parameters of type Envelope
TypeName
static java.lang.String XmlUtils.extractServiceId(Envelope envelope)
          Get the service id from the envelope.
static java.lang.String XmlUtils.extractMethodName(Envelope envelope)
          Get the method name from the envelope.
 

Uses of Envelope in org.apache.soap
 

Methods in org.apache.soap that return Envelope
TypeName
static Envelope Envelope.unmarshall(org.w3c.dom.Node src)
          Supported for backward compatibility.
static Envelope Envelope.unmarshall(org.w3c.dom.Node src, SOAPContext ctx)
           
 

Uses of Envelope in org.apache.soap.rpc
 

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

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



Copyright © 2001 Oracle SOAP. All Rights Reserved.