org.apache.xmlrpc.client
public abstract class XmlRpcTransportFactoryImpl extends Object implements XmlRpcTransportFactory
Constructor Summary | |
---|---|
protected | XmlRpcTransportFactoryImpl(XmlRpcClient pClient) Creates a new instance. |
Method Summary | |
---|---|
XmlRpcClient | getClient() Returns the client operating this factory. |
Parameters: pClient The client, which will invoke the factory.
Returns: The client.