Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.secure.sunssl |
Modifier and Type | Class and Description |
---|---|
class |
CommonsXmlRpcTransport
Implementor of the XmlRpcTransport interface using the Apache
Commons HttpClient library v2.0 available at
http://jakarta.apache.org/commons/httpclient/
Note: Currently this transport is not thread safe
|
class |
DefaultXmlRpcTransport
Interface from XML-RPC to the default HTTP transport based on the
|
(package private) class |
LiteXmlRpcTransport
Interface from XML-RPC to a 'lite' HTTP implementation.
|
Modifier and Type | Field and Description |
---|---|
(package private) XmlRpcTransport |
XmlRpcClient.CallData.transport |
Modifier and Type | Method and Description |
---|---|
protected XmlRpcTransport |
XmlRpcClient.createTransport() |
protected XmlRpcTransport |
XmlRpcClientLite.createTransport() |
XmlRpcTransport |
XmlRpcTransportFactory.createTransport()
Create a new XML-RPC transport.
|
XmlRpcTransport |
CommonsXmlRpcTransportFactory.createTransport() |
XmlRpcTransport |
DefaultXmlRpcTransportFactory.createTransport() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest,
XmlRpcTransport transport) |
java.lang.Object |
XmlRpcClient.execute(XmlRpcClientRequest request,
XmlRpcTransport transport) |
void |
XmlRpcClient.executeAsync(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport) |
(package private) void |
XmlRpcClient.XmlRpcClientAsyncThread.executeAsync(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback.
|
Constructor and Description |
---|
XmlRpcClient.CallData(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async
thread
|
Modifier and Type | Method and Description |
---|---|
XmlRpcTransport |
SunSSLTransportFactory.createTransport() |
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.