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 XmlRpcWorkernewWorker()

Constructor Detail

XmlRpcServerWorkerFactory

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

Parameters: pServer The factory controller.

Method Detail

newWorker

protected XmlRpcWorker newWorker()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.