public abstract class XmlRpcTransportImpl extends Object implements XmlRpcTransport
XmlRpcTransport
.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
protected XmlRpcTransportImpl(XmlRpcClient pClient)
pClient
- The client, which creates the transport.public XmlRpcClient getClient()
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.