Package org.apache.xmlrpc.client
Interface XmlRpcTransportFactory
- All Known Implementing Classes:
XmlRpcLite14HttpTransportFactory,XmlRpcLiteHttpTransportFactory,XmlRpcLocalStreamTransportFactory,XmlRpcLocalTransportFactory,XmlRpcStreamTransportFactory,XmlRpcSun14HttpTransportFactory,XmlRpcSun15HttpTransportFactory,XmlRpcSunHttpTransportFactory,XmlRpcTransportFactoryImpl
public interface XmlRpcTransportFactory
Interface of an object creating instances of
XmlRpcTransport. The implementation
is typically based on singletons.-
Method Summary
-
Method Details
-
getTransport
XmlRpcTransport getTransport()Returns an instance ofXmlRpcTransport. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request.- Returns:
- The configured transport.
-