org.apache.xmlrpc.server

Class XmlRpcServerWorker

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

Object
execute(XmlRpcRequest pRequest)
XmlRpcController
getController()

Constructor Details

XmlRpcServerWorker

public XmlRpcServerWorker(XmlRpcServerWorkerFactory pFactory)
Creates a new instance.
Parameters:
pFactory - The factory creating the worker.

Method Details

execute

public Object execute(XmlRpcRequest pRequest)
            throws XmlRpcException
Specified by:
execute in interface XmlRpcWorker

getController

public XmlRpcController getController()
Specified by:
getController in interface XmlRpcWorker

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