|
Apache SOAP API Reference | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Envelope | |
| org.apache.soap | |
| org.apache.soap.messaging | |
| org.apache.soap.rpc | |
| Uses of Envelope in org.apache.soap |
| Methods in org.apache.soap that return Envelope | |
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.messaging |
| Methods in org.apache.soap.messaging that return Envelope | |
Envelope |
Message.receiveEnvelope()Receive an envelope from the given transport. |
| Methods in org.apache.soap.messaging with parameters of type Envelope | |
void |
Message.send(java.net.URL url, java.lang.String actionURI, Envelope env)Send an envelope to the given URL via the SOAPTransport that has been configured for this instance (or SOAPHTTPConnection by default). |
| 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, SOAPContext ctx) |
static Response |
Response.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx) |
static Call |
Call.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx) |
|
Apache SOAP API Reference | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||