org.apache.xmlrpc.client

Class XmlRpcTransportImpl

public abstract class XmlRpcTransportImpl extends Object implements XmlRpcTransport

Abstract base implementation of an {@link org.apache.xmlrpc.client.XmlRpcTransport}.
Constructor Summary
protected XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.
Method Summary
XmlRpcClientgetClient()
Returns the client, which created this transport.

Constructor Detail

XmlRpcTransportImpl

protected XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.

Parameters: pClient The client, which creates the transport.

Method Detail

getClient

public XmlRpcClient getClient()
Returns the client, which created this transport.

Returns: The client.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.