public interface XmlRpcTransportFactory
ClassName(Properties properties)
and use the default properties defined in this interface.| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class[] |
CONSTRUCTOR_SIGNATURE |
static java.lang.String |
CONSTRUCTOR_SIGNATURE_STRING |
static java.lang.String |
TRANSPORT_AUTH |
static java.lang.String |
TRANSPORT_URL |
| Modifier and Type | Method and Description |
|---|---|
XmlRpcTransport |
createTransport()
Create a new XML-RPC transport.
|
void |
setProperty(java.lang.String propertyName,
java.lang.Object value)
Set a property for all newly created transports.
|
static final java.lang.String TRANSPORT_URL
static final java.lang.String TRANSPORT_AUTH
static final java.lang.Class[] CONSTRUCTOR_SIGNATURE
static final java.lang.String CONSTRUCTOR_SIGNATURE_STRING
XmlRpcTransport createTransport() throws XmlRpcClientException
XmlRpcClientExceptionvoid setProperty(java.lang.String propertyName,
java.lang.Object value)
propertyName - the property to set.value - the value to set it to.Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.