public class XmlRpcServerWorker extends Object implements XmlRpcWorker
XmlRpcWorker.| Constructor and Description |
|---|
XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(XmlRpcRequest pRequest)
Performs a synchronous request.
|
XmlRpcController |
getController()
Returns the workers controller.
|
public XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
pFactory - The factory creating the worker.public XmlRpcController getController()
XmlRpcWorkergetController in interface XmlRpcWorkerXmlRpcClient, or
XmlRpcServer.public Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcWorkerexecute in interface XmlRpcWorkerpRequest - The request being performed.XmlRpcException - Performing the request failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.