Uses of Class
org.apache.xmlrpc.client.XmlRpcClient
-
Packages that use XmlRpcClient Package Description 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 Modifier and Type Field Description private XmlRpcClientXmlRpcTransportFactoryImpl. clientprivate XmlRpcClientXmlRpcTransportImpl. clientMethods in org.apache.xmlrpc.client that return XmlRpcClient Modifier and Type Method Description XmlRpcClientXmlRpcTransportFactoryImpl. getClient()Returns the client operating this factory.XmlRpcClientXmlRpcTransportImpl. getClient()Returns the client, which created this transport.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClient Modifier and Type Method Description static XmlRpcTransportFactoryXmlRpcClientDefaults. newTransportFactory(XmlRpcClient pClient)Creates a new transport factory for the given client.Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcClient Constructor Description XmlRpcClientWorkerFactory(XmlRpcClient pClient)Creates a new instance.XmlRpcCommonsTransportFactory(XmlRpcClient pClient)Creates a new instance.XmlRpcHttpTransport(XmlRpcClient pClient, java.lang.String pUserAgent)XmlRpcLite14HttpTransport(XmlRpcClient pClient)Creates a new instance.XmlRpcLite14HttpTransportFactory(XmlRpcClient pClient)Creates a new instance.XmlRpcLiteHttpTransport(XmlRpcClient pClient)Creates a new instance.XmlRpcLiteHttpTransportFactory(XmlRpcClient pClient)Creates a new instance.XmlRpcLocalStreamTransport(XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer)Creates a new instance.XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient, 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)XmlRpcSun14HttpTransport(XmlRpcClient pClient)Creates a new instance.XmlRpcSun14HttpTransportFactory(XmlRpcClient pClient)Creates a new factory, which creates transports for the given client.XmlRpcSun15HttpTransport(XmlRpcClient pClient)Creates a new instance.XmlRpcSun15HttpTransportFactory(XmlRpcClient pClient)Creates a new factory, which creates transports for the given client.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 Modifier and Type Field Description private XmlRpcClientClientFactory. clientMethods in org.apache.xmlrpc.client.util that return XmlRpcClient Modifier and Type Method Description XmlRpcClientClientFactory. getClient()Returns the factories client.Constructors in org.apache.xmlrpc.client.util with parameters of type XmlRpcClient Constructor Description ClientFactory(XmlRpcClient pClient)Creates a new instance.ClientFactory(XmlRpcClient pClient, TypeConverterFactory pTypeConverterFactory)Creates a new instance.
-