Uses of Class
org.apache.xmlrpc.common.XmlRpcWorkerFactory

Packages that use XmlRpcWorkerFactory
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.server   
 

Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.client
 

Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.client
 class XmlRpcClientWorkerFactory
          A worker factory for the client, creating instances of XmlRpcClientWorker.
 

Methods in org.apache.xmlrpc.client that return XmlRpcWorkerFactory
protected  XmlRpcWorkerFactory XmlRpcClient.getDefaultXmlRpcWorkerFactory()
           
 

Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common that return XmlRpcWorkerFactory
protected abstract  XmlRpcWorkerFactory XmlRpcController.getDefaultXmlRpcWorkerFactory()
          Creates the controllers default worker factory.
 XmlRpcWorkerFactory XmlRpcController.getWorkerFactory()
          Returns the clients worker factory.
 

Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorkerFactory
 void XmlRpcController.setWorkerFactory(XmlRpcWorkerFactory pFactory)
          Sets the clients worker factory.
 

Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.server
 

Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.server
 class XmlRpcServerWorkerFactory
          Server specific worker factory.
 

Methods in org.apache.xmlrpc.server that return XmlRpcWorkerFactory
protected  XmlRpcWorkerFactory XmlRpcServer.getDefaultXmlRpcWorkerFactory()
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.