|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.providers |
Fields in org.apache.soap.providers declared as Envelope | |
protected Envelope |
RPCJavaProvider.envelope
|
Methods in org.apache.soap.providers with parameters of type Envelope | |
void |
StatelessEJBProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
locate method comment. |
void |
RPCJavaProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
StatefulEJBProvider.locate(DeploymentDescriptor depDesc,
Envelope env,
Call origCall,
java.lang.String methodName,
java.lang.String targURI,
SOAPContext reqContext)
|
void |
MsgJavaProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
TemplateProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
EntityEJBProvider.locate(DeploymentDescriptor depDesc,
Envelope env,
Call origCall,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
locate method comment. |
Uses of Envelope in org.apache.soap.providers.com |
Methods in org.apache.soap.providers.com with parameters of type Envelope | |
void |
RPCProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
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,
SOAPContext ctx)
|
static Response |
Response.extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr,
SOAPContext ctx)
|
static Call |
Call.extractFromEnvelope(Envelope env,
ServiceManager svcMgr,
SOAPContext ctx)
|
Uses of Envelope in org.apache.soap.server |
Methods in org.apache.soap.server that return Envelope | |
static Envelope |
ServerUtils.readEnvelopeFromInputStream(javax.xml.parsers.DocumentBuilder xdb,
java.io.InputStream is,
int contentLength,
java.lang.String contentType,
EnvelopeEditor editor,
SOAPContext ctx)
Read in stuff from the request stream and return the envelope. |
Methods in org.apache.soap.server with parameters of type Envelope | |
static Call |
RPCRouter.extractCallFromEnvelope(ServiceManager serviceManager,
Envelope callEnv,
SOAPContext ctx)
|
static void |
MessageRouter.invoke(DeploymentDescriptor dd,
Envelope env,
java.lang.Object targetObject,
java.lang.String messageName,
SOAPContext reqCtx,
SOAPContext resCtx)
Deliver the message to the appropriate method on the given target object. |
Uses of Envelope in org.apache.soap.server.http |
Methods in org.apache.soap.server.http that return Envelope | |
static Envelope |
ServerHTTPUtils.readEnvelopeFromRequest(javax.xml.parsers.DocumentBuilder xdb,
java.lang.String contentType,
int contentLength,
java.io.InputStream requestStream,
EnvelopeEditor editor,
javax.servlet.http.HttpServletResponse res,
SOAPContext ctx)
Read in stuff from the HTTP request stream and return the envelope. |
Uses of Envelope in org.apache.soap.transport |
Methods in org.apache.soap.transport that return Envelope | |
Envelope |
TransportMessage.unmarshall(javax.xml.parsers.DocumentBuilder xdb)
Parse envelope. |
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,
SOAPContext ctx)
This method is used to request that an envelope be sent. |
void |
FilterTransport.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 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,
SOAPContext ctx)
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,
SOAPContext ctx)
This method is used to request that an envelope be sent. |
Uses of Envelope in org.apache.soap.util |
Methods in org.apache.soap.util with parameters of type Envelope | |
void |
Provider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |