|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlRpcTransport | |
|---|---|
| org.apache.xmlrpc | |
| org.apache.xmlrpc.secure.sunssl | |
| Uses of XmlRpcTransport in org.apache.xmlrpc |
|---|
| Classes in org.apache.xmlrpc that implement XmlRpcTransport | |
|---|---|
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. |
| Fields in org.apache.xmlrpc declared as XmlRpcTransport | |
|---|---|
(package private) XmlRpcTransport |
XmlRpcClient.CallData.transport
|
| Methods in org.apache.xmlrpc that return XmlRpcTransport | |
|---|---|
XmlRpcTransport |
CommonsXmlRpcTransportFactory.createTransport()
|
XmlRpcTransport |
XmlRpcTransportFactory.createTransport()
Create a new XML-RPC transport. |
protected XmlRpcTransport |
XmlRpcClient.createTransport()
|
XmlRpcTransport |
DefaultXmlRpcTransportFactory.createTransport()
|
protected XmlRpcTransport |
XmlRpcClientLite.createTransport()
|
| Methods in org.apache.xmlrpc with parameters of type XmlRpcTransport | |
|---|---|
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. |
| Constructors in org.apache.xmlrpc with parameters of type XmlRpcTransport | |
|---|---|
XmlRpcClient.CallData(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async thread |
|
| Uses of XmlRpcTransport in org.apache.xmlrpc.secure.sunssl |
|---|
| Methods in org.apache.xmlrpc.secure.sunssl that return XmlRpcTransport | |
|---|---|
XmlRpcTransport |
SunSSLTransportFactory.createTransport()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||