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 classXmlRpcLite14HttpTransportFactoryJava 1.4 specific factory for the lite HTTP transport,XmlRpcLiteHttpTransport.classXmlRpcLiteHttpTransportFactoryFactory for the lite HTTP transport,XmlRpcLiteHttpTransport.classXmlRpcLocalStreamTransportFactoryAnother local transport factory for debugging and testing.classXmlRpcLocalTransportFactoryA transport factory being used for local XML-RPC calls.classXmlRpcStreamTransportFactoryAbstract base implementation of a factory for stream transports.classXmlRpcSun14HttpTransportFactoryDefault implementation of an HTTP transport factory in Java 1.4, based on theHttpURLConnectionclass.classXmlRpcSun15HttpTransportFactoryDefault implementation of an HTTP transport in Java 1.5, based on theHttpURLConnectionclass.classXmlRpcSunHttpTransportFactoryDefault implementation of a HTTP transport factory, based on theHttpURLConnectionclass.classXmlRpcTransportFactoryImplAbstract base implementation of anXmlRpcTransportFactory.Methods in org.apache.xmlrpc.client that return XmlRpcTransportFactory Modifier and Type Method Description XmlRpcTransportFactoryXmlRpcClient. getTransportFactory()Returns the clients transport factory.static XmlRpcTransportFactoryXmlRpcClientDefaults. 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 voidXmlRpcClient. setTransportFactory(XmlRpcTransportFactory pFactory)Sets the clients transport factory.
-