Uses of Interface
org.apache.xmlrpc.client.XmlRpcTransportFactory
Packages that use XmlRpcTransportFactory
-
Uses of XmlRpcTransportFactory in org.apache.xmlrpc.client
Classes in org.apache.xmlrpc.client that implement XmlRpcTransportFactoryModifier and TypeClassDescriptionclass
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.class
Java 1.4 specific factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.class
Factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.class
Another local transport factory for debugging and testing.class
A transport factory being used for local XML-RPC calls.class
Abstract base implementation of a factory for stream transports.class
Default implementation of an HTTP transport factory in Java 1.4, based on theHttpURLConnection
class.class
Default implementation of an HTTP transport in Java 1.5, based on theHttpURLConnection
class.class
Default implementation of a HTTP transport factory, based on theHttpURLConnection
class.class
Abstract base implementation of anXmlRpcTransportFactory
.Fields in org.apache.xmlrpc.client declared as XmlRpcTransportFactoryMethods in org.apache.xmlrpc.client that return XmlRpcTransportFactoryModifier and TypeMethodDescriptionXmlRpcClient.getTransportFactory()
Returns the clients transport factory.static XmlRpcTransportFactory
XmlRpcClientDefaults.newTransportFactory
(XmlRpcClient pClient) Creates a new transport factory for the given client.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcTransportFactoryModifier and TypeMethodDescriptionvoid
XmlRpcClient.setTransportFactory
(XmlRpcTransportFactory pFactory) Sets the clients transport factory.