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 TypeClassDescriptionclassJava 1.4 specific factory for the lite HTTP transport,XmlRpcLiteHttpTransport.classFactory for the lite HTTP transport,XmlRpcLiteHttpTransport.classAnother local transport factory for debugging and testing.classA transport factory being used for local XML-RPC calls.classAbstract base implementation of a factory for stream transports.classDefault implementation of an HTTP transport factory in Java 1.4, based on theHttpURLConnectionclass.classDefault implementation of an HTTP transport in Java 1.5, based on theHttpURLConnectionclass.classDefault implementation of a HTTP transport factory, based on theHttpURLConnectionclass.classAbstract 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 XmlRpcTransportFactoryXmlRpcClientDefaults.newTransportFactory(XmlRpcClient pClient) Creates a new transport factory for the given client.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcTransportFactoryModifier and TypeMethodDescriptionvoidXmlRpcClient.setTransportFactory(XmlRpcTransportFactory pFactory) Sets the clients transport factory.