Uses of Class
org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl

Packages that use XmlRpcTransportFactoryImpl
org.apache.xmlrpc.client   
 

Uses of XmlRpcTransportFactoryImpl in org.apache.xmlrpc.client
 

Subclasses of XmlRpcTransportFactoryImpl in org.apache.xmlrpc.client
 class XmlRpcCommonsTransportFactory
          An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
 class XmlRpcLite14HttpTransportFactory
          Java 1.4 specific factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
 class XmlRpcLiteHttpTransportFactory
          Factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
 class XmlRpcLocalStreamTransportFactory
          Another local transport factory for debugging and testing.
 class XmlRpcLocalTransportFactory
          A transport factory being used for local XML-RPC calls.
 class XmlRpcStreamTransportFactory
          Abstract base implementation of a factory for stream transports.
 class XmlRpcSun14HttpTransportFactory
          Default implementation of an HTTP transport factory in Java 1.4, based on the HttpURLConnection class.
 class XmlRpcSun15HttpTransportFactory
          Default implementation of an HTTP transport in Java 1.5, based on the HttpURLConnection class.
 class XmlRpcSunHttpTransportFactory
          Default implementation of a HTTP transport factory, based on the HttpURLConnection class.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.