Uses of Interface
org.apache.xmlrpc.client.XmlRpcTransportFactory
-
Packages that use XmlRpcTransportFactory Package Description org.apache.xmlrpc.client -
-
Uses of XmlRpcTransportFactory in org.apache.xmlrpc.client
Classes in org.apache.xmlrpc.client that implement XmlRpcTransportFactory Modifier and Type Class Description 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 theHttpURLConnection
class.class
XmlRpcSun15HttpTransportFactory
Default implementation of an HTTP transport in Java 1.5, based on theHttpURLConnection
class.class
XmlRpcSunHttpTransportFactory
Default implementation of a HTTP transport factory, based on theHttpURLConnection
class.class
XmlRpcTransportFactoryImpl
Abstract base implementation of anXmlRpcTransportFactory
.Fields in org.apache.xmlrpc.client declared as XmlRpcTransportFactory Modifier and Type Field Description private XmlRpcTransportFactory
XmlRpcClient. transportFactory
Methods in org.apache.xmlrpc.client that return XmlRpcTransportFactory Modifier and Type Method Description XmlRpcTransportFactory
XmlRpcClient. 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 XmlRpcTransportFactory Modifier and Type Method Description void
XmlRpcClient. setTransportFactory(XmlRpcTransportFactory pFactory)
Sets the clients transport factory.
-