org.apache.xmlrpc.client

Class XmlRpcTransportFactoryImpl

public abstract class XmlRpcTransportFactoryImpl extends Object implements XmlRpcTransportFactory

Abstract base implementation of an {@link XmlRpcTransportFactory}.
Constructor Summary
protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.
Method Summary
XmlRpcClientgetClient()
Returns the client operating this factory.

Constructor Detail

XmlRpcTransportFactoryImpl

protected XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.

Parameters: pClient The client, which will invoke the factory.

Method Detail

getClient

public XmlRpcClient getClient()
Returns the client operating this factory.

Returns: The client.

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