|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
org.apache.axis.client | |
org.apache.axis.transport.http | |
org.apache.axis.transport.local |
Uses of Transport in org.apache.axis.client |
Methods in org.apache.axis.client that return Transport | |
Transport |
ServiceClient.getTransportForProtocol(java.lang.String protocol)
Get the Transport registered for the given protocol. |
Methods in org.apache.axis.client with parameters of type Transport | |
void |
ServiceClient.setTransport(Transport transport)
Set the Transport for this ServiceClient. |
Constructors in org.apache.axis.client with parameters of type Transport | |
ServiceClient(Transport transport)
Construct a ServiceClient with the given Transport. |
|
ServiceClient(Transport transport,
AxisEngine engine)
Construct a ServiceClient with the given Transport & engine. |
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.local |
Subclasses of Transport in org.apache.axis.transport.local | |
class |
LocalTransport
A Transport which will cause an invocation via a "local" AxisServer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |