org.apache.xmlrpc.server
Class XmlRpcServerWorker

java.lang.Object
  extended by org.apache.xmlrpc.server.XmlRpcServerWorker
All Implemented Interfaces:
XmlRpcWorker

public class XmlRpcServerWorker
extends java.lang.Object
implements XmlRpcWorker

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()
Specified by:
getController in interface XmlRpcWorker

execute

public java.lang.Object execute(XmlRpcRequest pRequest)
                         throws XmlRpcException
Specified by:
execute in interface XmlRpcWorker
Throws:
XmlRpcException


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.