Class XmlRpcTransportImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
- All Implemented Interfaces:
XmlRpcTransport
- Direct Known Subclasses:
XmlRpcLocalTransport, XmlRpcStreamTransport
Abstract base implementation of an
XmlRpcTransport.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXmlRpcTransportImpl(XmlRpcClient pClient) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the client, which created this transport.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlRpcTransport
sendRequest
-
Field Details
-
client
-
-
Constructor Details
-
XmlRpcTransportImpl
Creates a new instance.- Parameters:
pClient- The client, which creates the transport.
-
-
Method Details
-
getClient
Returns the client, which created this transport.- Returns:
- The client.
-