org.apache.xmlrpc.client
Class XmlRpcTransportFactoryImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
- All Implemented Interfaces:
- XmlRpcTransportFactory
- Direct Known Subclasses:
- XmlRpcCommonsTransportFactory, XmlRpcLiteHttpTransportFactory, XmlRpcLocalTransportFactory, XmlRpcStreamTransportFactory, XmlRpcSun14HttpTransportFactory, XmlRpcSunHttpTransportFactory
public abstract class XmlRpcTransportFactoryImpl
- extends Object
- implements XmlRpcTransportFactory
Abstract base implementation of an XmlRpcTransportFactory
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcTransportFactoryImpl
protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
- Creates a new instance.
- Parameters:
pClient
- The client, which will invoke the factory.
getClient
public XmlRpcClient getClient()
- Returns the client operating this factory.
- Returns:
- The client.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.