| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.client.XmlRpcTransportFactoryImplorg.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactorypublic class XmlRpcLiteHttpTransportFactoryextends XmlRpcTransportFactoryImplXmlRpcLiteHttpTransport.
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.