org.apache.xmlrpc.client

Class XmlRpcTransportImpl

Implemented Interfaces:
XmlRpcTransport
Known Direct Subclasses:
XmlRpcLocalTransport, XmlRpcStreamTransport

public abstract class XmlRpcTransportImpl
extends java.lang.Object
implements XmlRpcTransport

Abstract base implementation of an XmlRpcTransport.

Constructor Summary

XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.

Method Summary

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

Constructor Details

XmlRpcTransportImpl

protected XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.
Parameters:
pClient - The client, which creates the transport.

Method Details

getClient

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

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