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