org.apache.xmlrpc.client
public abstract class XmlRpcTransportImpl extends Object implements XmlRpcTransport
Constructor Summary | |
---|---|
protected | XmlRpcTransportImpl(XmlRpcClient pClient) Creates a new instance. |
Method Summary | |
---|---|
XmlRpcClient | getClient() Returns the client, which created this transport. |
Parameters: pClient The client, which creates the transport.
Returns: The client.