org.apache.xmlrpc.server
Class XmlRpcServerWorkerFactory
java.lang.Object
org.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
public class XmlRpcServerWorkerFactory
- extends XmlRpcWorkerFactory
Server specific worker factory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcServerWorkerFactory
public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
- Creates a new factory with the given controller.
- Parameters:
pServer
- The factory controller.
newWorker
protected XmlRpcWorker newWorker()
- Description copied from class:
XmlRpcWorkerFactory
- Creates a new worker instance.
- Specified by:
newWorker
in class XmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcWorker
.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.