public class XmlRpcCommonsTransportFactory extends XmlRpcTransportFactoryImpl
Constructor and Description |
---|
XmlRpcCommonsTransportFactory(XmlRpcClient pClient)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcTransport |
getTransport()
Returns an instance of
XmlRpcTransport . |
getClient
public XmlRpcCommonsTransportFactory(XmlRpcClient pClient)
pClient
- The client, which is controlling the factory.public XmlRpcTransport getTransport()
XmlRpcTransportFactory
XmlRpcTransport
. This may
be a singleton, but the caller should not depend on that:
A new instance may as well be created for any request.