org.apache.xmlrpc.client
Class XmlRpcTransportImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
- All Implemented Interfaces:
- XmlRpcTransport
- Direct Known Subclasses:
- XmlRpcLocalTransport, XmlRpcStreamTransport
public abstract class XmlRpcTransportImpl
- extends Object
- implements XmlRpcTransport
Abstract base implementation of an XmlRpcTransport
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcTransportImpl
protected XmlRpcTransportImpl(XmlRpcClient pClient)
- Creates a new instance.
- Parameters:
pClient
- The client, which creates the transport.
getClient
public XmlRpcClient getClient()
- Returns the client, which created this transport.
- Returns:
- The client.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.