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

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


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

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

Uses of Transport in org.apache.axis.client
 

Methods in org.apache.axis.client that return Transport
 Transport Call.getTransportForProtocol(String protocol)
          Get the Transport registered for the given protocol.
 

Methods in org.apache.axis.client with parameters of type Transport
 void Call.setTransport(Transport trans)
          Set the Transport

Note: Not part of JAX-RPC specification.

 

Uses of Transport in org.apache.axis.transport.http
 

Subclasses of Transport in org.apache.axis.transport.http
 class HTTPTransport
          Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains.
 

Uses of Transport in org.apache.axis.transport.java
 

Subclasses of Transport in org.apache.axis.transport.java
 class JavaTransport
          A Transport which will cause an invocation via "java"
 

Uses of Transport in org.apache.axis.transport.jms
 

Subclasses of Transport in org.apache.axis.transport.jms
 class JMSTransport
          JMSTransport is the JMS-specific implemenation of org.apache.axis.client.Transport.
 

Uses of Transport in org.apache.axis.transport.local
 

Subclasses of Transport in org.apache.axis.transport.local
 class LocalTransport
          A Transport which will cause an invocation via a "local" AxisServer.
 



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