org.apache.xmlrpc.client

Interface XmlRpcTransportFactory

public interface XmlRpcTransportFactory

Interface of an object creating instances of {@link org.apache.xmlrpc.client.XmlRpcTransport}. The implementation is typically based on singletons.
Method Summary
XmlRpcTransportgetTransport()
Returns an instance of {@link XmlRpcTransport}.

Method Detail

getTransport

public XmlRpcTransport getTransport()
Returns an instance of {@link XmlRpcTransport}. 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.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.