Uses of Interface
org.apache.xmlrpc.client.XmlRpcTransport

Packages that use XmlRpcTransport
org.apache.xmlrpc.client   
 

Uses of XmlRpcTransport in org.apache.xmlrpc.client
 

Classes in org.apache.xmlrpc.client that implement XmlRpcTransport
 class XmlRpcCommonsTransport
          An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
 class XmlRpcHttpTransport
          Abstract base implementation of an HTTP transport.
 class XmlRpcLite14HttpTransport
          A "light" HTTP transport implementation for Java 1.4.
 class XmlRpcLiteHttpTransport
          A "light" HTTP transport implementation.
 class XmlRpcLocalStreamTransport
          Another local transport for debugging and testing.
 class XmlRpcLocalTransport
          The default implementation of a local transport.
 class XmlRpcStreamTransport
          Implementation of a transport class, which is based on an output stream for sending the request and an input stream for receiving the response,
 class XmlRpcSun14HttpTransport
          Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
 class XmlRpcSun15HttpTransport
          Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
 class XmlRpcSunHttpTransport
          Default implementation of an HTTP transport, based on the HttpURLConnection class.
 class XmlRpcTransportImpl
          Abstract base implementation of an XmlRpcTransport.
 

Fields in org.apache.xmlrpc.client declared as XmlRpcTransport
private  XmlRpcTransport XmlRpcLocalTransportFactory.LOCAL_TRANSPORT
           
 

Methods in org.apache.xmlrpc.client that return XmlRpcTransport
 XmlRpcTransport XmlRpcCommonsTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcLite14HttpTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcLiteHttpTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcLocalStreamTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcLocalTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcSun14HttpTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcSun15HttpTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcSunHttpTransportFactory.getTransport()
           
 XmlRpcTransport XmlRpcTransportFactory.getTransport()
          Returns an instance of XmlRpcTransport.