| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Call in org.apache.axis.client | 
| Fields in org.apache.axis.client declared as Call | |
| protected  Call | AdminClient.callthe object that represents our call | 
| protected  Call | Stub._call | 
| protected  Call | Service._call | 
| Methods in org.apache.axis.client that return Call | |
|  Call | AdminClient.getCall()External access to our Call | 
|  Call | Stub._createCall()Creates a call from the service. | 
|  Call | Stub._getCall()Returns last Call object associated with this stub. | 
|  Call | AxisClientProxy.getCall()Returns the current call. | 
|  Call | Service.getCall()Deprecated. please use Stub._getCall | 
| Methods in org.apache.axis.client with parameters of type Call | |
|  void | Transport.setupMessageContext(MessageContext context,
                    Call message,
                    AxisEngine engine) | 
|  void | Transport.setupMessageContextImpl(MessageContext context,
                        Call message,
                        AxisEngine engine) | 
|  void | Stub.extractAttachments(Call call)Extract attachments | 
| protected  void | Stub.setRequestHeaders(Call call) | 
| protected  void | Stub.setAttachments(Call call)copy the attachments from the stub to the call object. | 
| protected  void | Stub.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. | 
| Uses of Call in org.apache.axis.client.async | 
| Methods in org.apache.axis.client.async that return Call | |
|  Call | AsyncCall.getCall()Method getCall | 
| Constructors in org.apache.axis.client.async with parameters of type Call | |
| AsyncCall(Call call)Constructor AsyncCall | |
| AsyncCall(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 | |
|  void | JMSVendorAdapter.setupMessageContext(MessageContext context,
                    Call call,
                    JMSURLHelper jmsurl)Set JMS properties in the message context. | 
|  void | JMSVendorAdapter.setupApplicationProperties(MessageContext context,
                           Call call,
                           JMSURLHelper jmsurl) | 
| Uses of Call in org.apache.axis.transport.http | 
| Methods in org.apache.axis.transport.http with parameters of type Call | |
|  void | HTTPTransport.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 | |
|  void | JavaTransport.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 | |
|  void | JMSTransport.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 | |
|  void | LocalTransport.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 | |
|  void | MailTransport.setupMessageContextImpl(MessageContext mc,
                        Call call,
                        AxisEngine engine)Set up any transport-specific derived properties in the message context. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||