站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.client.Call (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.client.Call

Packages that use Call
org.apache.axis.client   
org.apache.axis.soap   
org.apache.axis.transport.http   
org.apache.axis.transport.java   
org.apache.axis.transport.jms   
org.apache.axis.transport.local   
 

Uses of Call in org.apache.axis.client
 

Fields in org.apache.axis.client declared as Call
protected  Call AdminClient.call
           
 

Methods in org.apache.axis.client that return Call
 Call AxisClientProxy.getCall()
          Returns the current call
 Call AdminClient.getCall()
          External access to our Call object
 

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)
           
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.soap
 

Methods in org.apache.axis.soap that return Call
protected  Call SOAPConnectionImpl.createCall(Object endpoint)
          Stubbed out to allow subclassing
 

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.