org.apache.xmlrpc.server

Class XmlRpcServerWorkerFactory


public class XmlRpcServerWorkerFactory
extends XmlRpcWorkerFactory

Server specific worker factory.

Constructor Summary

XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.

Method Summary

protected XmlRpcWorker
newWorker()

Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory

getController, getCurrentRequests, getWorker, newWorker, releaseWorker

Constructor Details

XmlRpcServerWorkerFactory

public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.
Parameters:
pServer - The factory controller.

Method Details

newWorker

protected XmlRpcWorker newWorker()
Overrides:
newWorker in interface XmlRpcWorkerFactory

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