org.apache.xmlrpc.server
Class XmlRpcServerWorker

java.lang.Object
  extended by org.apache.xmlrpc.server.XmlRpcServerWorker

public class XmlRpcServerWorker
extends java.lang.Object

Server specific implementation of XmlRpcWorker.


Constructor Summary
XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
          Creates a new instance.
 
Method Summary
 java.lang.Object execute(XmlRpcRequest pRequest)
           
 XmlRpcController getController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcServerWorker

public XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
Creates a new instance.

Parameters:
pFactory - The factory creating the worker.
Method Detail

getController

public XmlRpcController getController()

execute

public java.lang.Object execute(XmlRpcRequest pRequest)
                         throws XmlRpcException
Throws:
XmlRpcException