Class XmlRpcServerWorkerFactory

java.lang.Object
org.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.server.XmlRpcServerWorkerFactory

public class XmlRpcServerWorkerFactory extends XmlRpcWorkerFactory
Server specific worker factory.
  • Constructor Details

    • XmlRpcServerWorkerFactory

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