Uses of Class
org.apache.axis.client.Call
-
-
Uses of Call in org.apache.axis.client
Fields in org.apache.axis.client declared as Call Modifier and Type Field Description protected CallService. _callprotected CallStub. _callprotected CallAdminClient. callthe object that represents our callMethods in org.apache.axis.client that return Call Modifier and Type Method Description CallStub. _createCall()Creates a call from the service.CallStub. _getCall()Returns last Call object associated with this stub.CallAdminClient. getCall()External access to ourCallCallAxisClientProxy. getCall()Returns the current call.CallService. getCall()Deprecated.please use Stub._getCallMethods in org.apache.axis.client with parameters of type Call Modifier and Type Method Description voidStub. extractAttachments(Call call)Extract attachmentsprotected voidStub. getResponseHeaders(Call call)Deprecated.This method has been changed to a no-op but remains in the code to keep compatibility with pre-1.1 generated stubs.protected voidStub. setAttachments(Call call)copy the attachments from the stub to the call object.protected voidStub. setRequestHeaders(Call call)voidTransport. setupMessageContext(MessageContext context, Call message, AxisEngine engine)voidTransport. setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine) -
Uses of Call in org.apache.axis.client.async
Methods in org.apache.axis.client.async that return Call Modifier and Type Method Description CallAsyncCall. getCall()Method getCallConstructors in org.apache.axis.client.async with parameters of type Call Constructor Description AsyncCall(Call call)Constructor AsyncCallAsyncCall(Call call, IAsyncCallback callback)Constructor AsyncCall -
Uses of Call in org.apache.axis.components.jms
Methods in org.apache.axis.components.jms with parameters of type Call Modifier and Type Method Description voidJMSVendorAdapter. setupApplicationProperties(MessageContext context, Call call, JMSURLHelper jmsurl)voidJMSVendorAdapter. setupMessageContext(MessageContext context, Call call, JMSURLHelper jmsurl)Set JMS properties in the message context. -
Uses of Call in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http with parameters of type Call Modifier and Type Method Description voidHTTPTransport. setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)Set up any transport-specific derived properties in the message context. -
Uses of Call in org.apache.axis.transport.java
Methods in org.apache.axis.transport.java with parameters of type Call Modifier and Type Method Description voidJavaTransport. setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)Set up any transport-specific derived properties in the message context. -
Uses of Call in org.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms with parameters of type Call Modifier and Type Method Description voidJMSTransport. setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)Set up any transport-specific derived properties in the message context. -
Uses of Call in org.apache.axis.transport.local
Methods in org.apache.axis.transport.local with parameters of type Call Modifier and Type Method Description voidLocalTransport. setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)Set up any transport-specific derived properties in the message context. -
Uses of Call in org.apache.axis.transport.mail
Methods in org.apache.axis.transport.mail with parameters of type Call Modifier and Type Method Description voidMailTransport. setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)Set up any transport-specific derived properties in the message context.
-