public abstract class XmlRpcTransportImpl extends java.lang.Object implements XmlRpcTransport
XmlRpcTransport
.Modifier and Type | Field and Description |
---|---|
private XmlRpcClient |
client |
Modifier | Constructor and Description |
---|---|
protected |
XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcClient |
getClient()
Returns the client, which created this transport.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
sendRequest
private final XmlRpcClient client
protected XmlRpcTransportImpl(XmlRpcClient pClient)
pClient
- The client, which creates the transport.public XmlRpcClient getClient()