|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.server.XmlRpcServerWorker
public class XmlRpcServerWorker
Server specific implementation of XmlRpcWorker
.
Constructor Summary | |
---|---|
XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.Object |
execute(XmlRpcRequest pRequest)
Performs a synchronous request. |
XmlRpcController |
getController()
Returns the workers controller. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
pFactory
- The factory creating the worker.Method Detail |
---|
public XmlRpcController getController()
XmlRpcWorker
getController
in interface XmlRpcWorker
XmlRpcClient
, or
XmlRpcServer
.public java.lang.Object execute(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcWorker
execute
in interface XmlRpcWorker
pRequest
- The request being performed.
XmlRpcException
- Performing the request failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |