Package | Description |
---|---|
org.apache.xmlrpc.client |
Modifier and Type | Class and Description |
---|---|
class |
TimingOutCallback
A callback object that can wait up to a specified amount
of time for the XML-RPC response.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcClientWorker.execute(XmlRpcRequest pRequest,
AsyncCallback pCallback)
Performs an synchronous request.
|
void |
XmlRpcClient.executeAsync(String pMethodName,
List pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
|
void |
XmlRpcClient.executeAsync(String pMethodName,
Object[] pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
|
void |
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig,
String pMethodName,
List pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
|
void |
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig,
String pMethodName,
Object[] pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
|
void |
XmlRpcClient.executeAsync(XmlRpcRequest pRequest,
AsyncCallback pCallback)
Performs a request with the clients default configuration.
|
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.