public abstract class XmlRpcTransportFactoryImpl extends java.lang.Object implements XmlRpcTransportFactory
XmlRpcTransportFactory.| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XmlRpcClient |
getClient()
Returns the client operating this factory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportprotected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
pClient - The client, which will invoke the factory.public XmlRpcClient getClient()