org.apache.xmlrpc.client
Class XmlRpcTransportImpl

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcTransportImpl
All Implemented Interfaces:
XmlRpcTransport
Direct Known Subclasses:
XmlRpcLocalTransport, XmlRpcStreamTransport

public abstract class XmlRpcTransportImpl
extends java.lang.Object
implements XmlRpcTransport

Abstract base implementation of an XmlRpcTransport.


Field Summary
private  XmlRpcClient client
           
 
Constructor Summary
protected XmlRpcTransportImpl(XmlRpcClient pClient)
          Creates a new instance.
 
Method Summary
 XmlRpcClient getClient()
          Returns the client, which created this transport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlrpc.client.XmlRpcTransport
sendRequest
 

Field Detail

client

private final XmlRpcClient client
Constructor Detail

XmlRpcTransportImpl

protected XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.

Parameters:
pClient - The client, which creates the transport.
Method Detail

getClient

public XmlRpcClient getClient()
Returns the client, which created this transport.

Returns:
The client.