org.apache.xmlrpc
public interface XmlRpcTransportFactory
Since: 1.2
Constructors for SSL implementations of XmlRpcTransportFactory should have a constructor
with a signature defined by CONSTRUCTOR_SIGNATURE:
ClassName(Properties properties)
and use the default properties defined in this interface.
Version: $Id: XmlRpcTransportFactory.java 233919 2005-04-22 10:26:17Z hgomez $
| Field Summary | |
|---|---|
| static Class[] | CONSTRUCTOR_SIGNATURE |
| static String | CONSTRUCTOR_SIGNATURE_STRING |
| static String | TRANSPORT_AUTH |
| static String | TRANSPORT_URL |
| Method Summary | |
|---|---|
| XmlRpcTransport | createTransport()
Create a new XML-RPC transport.
|
| void | setProperty(String propertyName, Object value)
Set a property for all newly created transports.
|
Returns: XmlRpcTransport an instance created according to the rules specified to the constructor.
Parameters: propertyName the property to set. value the value to set it to.