|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
---|---|
org.jboss.axis.client | |
org.jboss.axis.transport.http | |
org.jboss.axis.transport.java | |
org.jboss.axis.transport.jms | |
org.jboss.axis.transport.local |
Uses of Transport in org.jboss.axis.client |
---|
Methods in org.jboss.axis.client that return Transport | |
---|---|
Transport |
Call.getTransportForProtocol(String protocol)
Get the Transport registered for the given protocol. |
Methods in org.jboss.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.jboss.axis.transport.http |
---|
Subclasses of Transport in org.jboss.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.jboss.axis.transport.java |
---|
Subclasses of Transport in org.jboss.axis.transport.java | |
---|---|
class |
JavaTransport
A Transport which will cause an invocation via "java" |
Uses of Transport in org.jboss.axis.transport.jms |
---|
Subclasses of Transport in org.jboss.axis.transport.jms | |
---|---|
class |
JMSTransport
JMSTransport is the JMS-specific implemenation of org.jboss.axis.client.Transport. |
Uses of Transport in org.jboss.axis.transport.local |
---|
Subclasses of Transport in org.jboss.axis.transport.local | |
---|---|
class |
LocalTransport
A Transport which will cause an invocation via a "local" AxisServer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |