org.apache.xmlrpc.client
public class XmlRpcClientWorker extends Object implements XmlRpcWorker
Since: 3.0
Constructor Summary | |
---|---|
XmlRpcClientWorker(XmlRpcClientWorkerFactory pFactory) Creates a new instance. |
Method Summary | |
---|---|
Object | execute(XmlRpcRequest pRequest) Performs a synchronous request. |
void | execute(XmlRpcRequest pRequest, AsyncCallback pCallback) Performs an synchronous request. |
XmlRpcController | getController() |
protected Thread | newThread(Runnable pRunnable) |
Parameters: pFactory The factory, which is being notified, if the worker's ready.
Parameters: pRequest The request being performed.
Returns: The requests result.
Throws: XmlRpcException Performing the request failed.
Parameters: pRequest The request being performed. pCallback The callback being invoked, when the request is finished.