Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
public class XmlRpcLiteHttpTransportFactory
extends XmlRpcTransportFactoryImpl
XmlRpcLiteHttpTransport
.
Constructor Summary | |
|
Method Summary | |
XmlRpcTransport |
|
Methods inherited from class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl | |
getClient |
public XmlRpcLiteHttpTransportFactory(XmlRpcClient pClient)
Creates a new instance.
- Parameters:
pClient
- The client, which will invoke the factory.
public XmlRpcTransport getTransport()
Returns an instance ofXmlRpcTransport
. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request.
- Specified by:
- getTransport in interface XmlRpcTransportFactory
- Returns:
- The configured transport.