Class XmlRpcLite14HttpTransportFactory
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
- All Implemented Interfaces:
XmlRpcTransportFactory
Java 1.4 specific factory for the lite HTTP transport,
XmlRpcLiteHttpTransport.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionSets the SSL Socket Factory to use for https connections.Returns an instance ofXmlRpcTransport.voidsetSSLSocketFactory(SSLSocketFactory pSSLSocketFactory) Returns the SSL Socket Factory to use for https connections.Methods inherited from class XmlRpcTransportFactoryImpl
getClient
-
Field Details
-
sslSocketFactory
-
-
Constructor Details
-
XmlRpcLite14HttpTransportFactory
Creates a new instance.- Parameters:
pClient- The client, which will invoke the factory.
-
-
Method Details
-
getSSLSocketFactory
Sets the SSL Socket Factory to use for https connections. -
setSSLSocketFactory
Returns the SSL Socket Factory to use for https connections. -
getTransport
Description copied from interface:XmlRpcTransportFactoryReturns 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:
getTransportin interfaceXmlRpcTransportFactory- Overrides:
getTransportin classXmlRpcLiteHttpTransportFactory- Returns:
- The configured transport.
-