Uses of Interface
org.apache.xmlrpc.common.XmlRpcWorker

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

Uses of XmlRpcWorker in org.apache.xmlrpc.client
 

Classes in org.apache.xmlrpc.client that implement XmlRpcWorker
 class XmlRpcClientWorker
          Object, which performs a request on the clients behalf.
 

Methods in org.apache.xmlrpc.client that return XmlRpcWorker
protected  XmlRpcWorker XmlRpcClientWorkerFactory.newWorker()
          Creates a new worker instance.
 

Uses of XmlRpcWorker in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common that return XmlRpcWorker
 XmlRpcWorker XmlRpcWorkerFactory.getWorker()
          Returns a worker for synchronous processing.
protected abstract  XmlRpcWorker XmlRpcWorkerFactory.newWorker()
          Creates a new worker instance.
 

Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorker
 void XmlRpcWorkerFactory.releaseWorker(XmlRpcWorker pWorker)
          Called, when the worker did its job.
 

Uses of XmlRpcWorker in org.apache.xmlrpc.server
 

Classes in org.apache.xmlrpc.server that implement XmlRpcWorker
 class XmlRpcServerWorker
          Server specific implementation of XmlRpcWorker.
 

Methods in org.apache.xmlrpc.server that return XmlRpcWorker
protected  XmlRpcWorker XmlRpcServerWorkerFactory.newWorker()
           
 



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