org.apache.xmlrpc.server
Class XmlRpcServerWorker

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

public class XmlRpcServerWorker
extends java.lang.Object
implements org.apache.xmlrpc.common.XmlRpcWorker

Server specific implementation of XmlRpcWorker.


Constructor Summary
XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
          Creates a new instance.
 
Method Summary
 java.lang.Object execute(org.apache.xmlrpc.XmlRpcRequest pRequest)
           
 org.apache.xmlrpc.common.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 org.apache.xmlrpc.common.XmlRpcController getController()
Specified by:
getController in interface org.apache.xmlrpc.common.XmlRpcWorker

execute

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


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