|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
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 | |
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 | |
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 | |
void |
OracleSOAPHTTPConnection.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
int timeout)
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 | |
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 | |
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,
boolean isResponse,
SOAPMappingRegistry smr)
|
static Response |
Response.extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr)
|
static Call |
Call.extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |