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

Packages that use XmlRpcClient
org.apache.xmlrpc.client   
org.apache.xmlrpc.client.util   
 

Uses of XmlRpcClient in org.apache.xmlrpc.client
 

Fields in org.apache.xmlrpc.client declared as XmlRpcClient
private  XmlRpcClient XmlRpcTransportFactoryImpl.client
           
private  XmlRpcClient XmlRpcTransportImpl.client
           
 

Methods in org.apache.xmlrpc.client that return XmlRpcClient
 XmlRpcClient XmlRpcTransportFactoryImpl.getClient()
          Returns the client operating this factory.
 XmlRpcClient XmlRpcTransportImpl.getClient()
          Returns the client, which created this transport.
 

Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcClient
XmlRpcClientWorkerFactory(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcCommonsTransportFactory(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcHttpTransport(XmlRpcClient pClient, java.lang.String pUserAgent)
           
XmlRpcLiteHttpTransport(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcLiteHttpTransportFactory(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcLocalStreamTransport(XmlRpcClient pClient, org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor pServer)
          Creates a new instance.
XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient, org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor pServer)
          Creates a new instance.
XmlRpcLocalTransport(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcLocalTransportFactory(XmlRpcClient pClient)
          Creates a new instance, operated by the given client.
XmlRpcStreamTransport(XmlRpcClient pClient)
          Creates a new instance on behalf of the given client.
XmlRpcStreamTransportFactory(XmlRpcClient pClient)
           
XmlRpcSunHttpTransport(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcSunHttpTransportFactory(XmlRpcClient pClient)
          Creates a new factory, which creates transports for the given client.
XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
          Creates a new instance.
XmlRpcTransportImpl(XmlRpcClient pClient)
          Creates a new instance.
 

Uses of XmlRpcClient in org.apache.xmlrpc.client.util
 

Fields in org.apache.xmlrpc.client.util declared as XmlRpcClient
private  XmlRpcClient ClientFactory.client
           
 

Methods in org.apache.xmlrpc.client.util that return XmlRpcClient
 XmlRpcClient ClientFactory.getClient()
          Returns the factories client.
 

Constructors in org.apache.xmlrpc.client.util with parameters of type XmlRpcClient
ClientFactory(XmlRpcClient pClient)
          Creates a new instance.
ClientFactory(XmlRpcClient pClient, org.apache.xmlrpc.common.TypeConverterFactory pTypeConverterFactory)
          Creates a new instance.