public abstract class XmlRpcTransportFactoryImpl extends java.lang.Object implements XmlRpcTransportFactory
XmlRpcTransportFactory.| Modifier and Type | Field and Description |
|---|---|
private XmlRpcClient |
client |
| Modifier | Constructor and Description |
|---|---|
protected |
XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
XmlRpcClient |
getClient()
Returns the client operating this factory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportprivate final XmlRpcClient client
protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
pClient - The client, which will invoke the factory.public XmlRpcClient getClient()