Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.secure.sunssl |
Modifier and Type | Class and Description |
---|---|
class |
CommonsXmlRpcTransportFactory
A transport factory, which uses the Jakarta Commons
HttpClient.
|
class |
DefaultXmlRpcTransportFactory
Default XML-RPC transport factory, produces HTTP, HTTPS with SSL or TLS based on URI protocol.
|
Modifier and Type | Field and Description |
---|---|
protected XmlRpcTransportFactory |
DefaultXmlRpcTransportFactory.httpsTransportFactory |
protected XmlRpcTransportFactory |
XmlRpcClient.transportFactory |
Modifier and Type | Method and Description |
---|---|
static XmlRpcTransportFactory |
DefaultXmlRpcTransportFactory.createTransportFactory(java.lang.String transport,
java.util.Properties properties) |
Constructor and Description |
---|
XmlRpcClient(java.net.URL url,
XmlRpcTransportFactory transportFactory)
Construct a XML-RPC client with this URL and a specified transport
factory.
|
Modifier and Type | Class and Description |
---|---|
class |
SunSSLTransportFactory
Interface from XML-RPC to the HTTPS transport based on the
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.