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()
XmlRpcWorker
getController
in interface XmlRpcWorker
XmlRpcClient
, or
XmlRpcServer
.public Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcWorker
execute
in interface XmlRpcWorker
pRequest
- The request being performed.XmlRpcException
- Performing the request failed.Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.