org.apache.xmlrpc.client
Class XmlRpcTransportFactoryImpl

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
All Implemented Interfaces:
XmlRpcTransportFactory
Direct Known Subclasses:
XmlRpcCommonsTransportFactory, XmlRpcLiteHttpTransportFactory, XmlRpcLocalTransportFactory, XmlRpcStreamTransportFactory, XmlRpcSun14HttpTransportFactory, XmlRpcSunHttpTransportFactory

public abstract class XmlRpcTransportFactoryImpl
extends java.lang.Object
implements XmlRpcTransportFactory

Abstract base implementation of an XmlRpcTransportFactory.


Field Summary
private  XmlRpcClient client
           
 
Constructor Summary
protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
          Creates a new instance.
 
Method Summary
 XmlRpcClient getClient()
          Returns the client operating this factory.
 
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.XmlRpcTransportFactory
getTransport
 

Field Detail

client

private final XmlRpcClient client
Constructor Detail

XmlRpcTransportFactoryImpl

protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.

Parameters:
pClient - The client, which will invoke the factory.
Method Detail

getClient

public XmlRpcClient getClient()
Returns the client operating this factory.

Returns:
The client.