Uses of Class
org.apache.xmlrpc.client.XmlRpcClient
Packages that use XmlRpcClient
-
Uses of XmlRpcClient in org.apache.xmlrpc.client
Fields in org.apache.xmlrpc.client declared as XmlRpcClientModifier and TypeFieldDescriptionprivate final XmlRpcClientXmlRpcTransportFactoryImpl.clientprivate final XmlRpcClientXmlRpcTransportImpl.clientMethods in org.apache.xmlrpc.client that return XmlRpcClientModifier and TypeMethodDescriptionXmlRpcTransportFactoryImpl.getClient()Returns the client operating this factory.XmlRpcTransportImpl.getClient()Returns the client, which created this transport.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcClientModifier and TypeMethodDescriptionstatic XmlRpcTransportFactoryXmlRpcClientDefaults.newTransportFactory(XmlRpcClient pClient) Creates a new transport factory for the given client.Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcClientModifierConstructorDescriptionXmlRpcClientWorkerFactory(XmlRpcClient pClient) Creates a new instance.Creates a new instance.protectedXmlRpcHttpTransport(XmlRpcClient pClient, String pUserAgent) XmlRpcLite14HttpTransport(XmlRpcClient pClient) Creates a new instance.Creates a new instance.XmlRpcLiteHttpTransport(XmlRpcClient pClient) Creates a new instance.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.protectedXmlRpcStreamTransport(XmlRpcClient pClient) Creates a new instance on behalf of the given client.protectedXmlRpcStreamTransportFactory(XmlRpcClient pClient) XmlRpcSun14HttpTransport(XmlRpcClient pClient) Creates a new instance.Creates a new factory, which creates transports for the given client.XmlRpcSun15HttpTransport(XmlRpcClient pClient) Creates a new instance.Creates a new factory, which creates transports for the given client.XmlRpcSunHttpTransport(XmlRpcClient pClient) Creates a new instance.Creates a new factory, which creates transports for the given client.protectedXmlRpcTransportFactoryImpl(XmlRpcClient pClient) Creates a new instance.protectedXmlRpcTransportImpl(XmlRpcClient pClient) Creates a new instance. -
Uses of XmlRpcClient in org.apache.xmlrpc.client.util
Fields in org.apache.xmlrpc.client.util declared as XmlRpcClientMethods in org.apache.xmlrpc.client.util that return XmlRpcClientConstructors in org.apache.xmlrpc.client.util with parameters of type XmlRpcClientModifierConstructorDescriptionClientFactory(XmlRpcClient pClient) Creates a new instance.ClientFactory(XmlRpcClient pClient, TypeConverterFactory pTypeConverterFactory) Creates a new instance.