Uses of Class
org.apache.axis.client.Transport
-
-
Uses of Transport in org.apache.axis.client
Methods in org.apache.axis.client that return Transport Modifier and Type Method Description TransportCall. getTransportForProtocol(java.lang.String protocol)Get the Transport registered for the given protocol.Methods in org.apache.axis.client with parameters of type Transport Modifier and Type Method Description voidCall. 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 Modifier and Type Class Description classHTTPTransportExtends 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 Modifier and Type Class Description classJavaTransportA 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 Modifier and Type Class Description classJMSTransportJMSTransport 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 Modifier and Type Class Description classLocalTransportA Transport which will cause an invocation via a "local" AxisServer. -
Uses of Transport in org.apache.axis.transport.mail
Subclasses of Transport in org.apache.axis.transport.mail Modifier and Type Class Description classMailTransportA Transport which will cause an invocation via "mail"
-