Uses of Interface
org.apache.xmlrpc.common.XmlRpcWorker
-
Packages that use XmlRpcWorker Package Description 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 Modifier and Type Class Description classXmlRpcClientWorkerObject, which performs a request on the clients behalf.Methods in org.apache.xmlrpc.client that return XmlRpcWorker Modifier and Type Method Description protected XmlRpcWorkerXmlRpcClientWorkerFactory. newWorker()Creates a new worker instance. -
Uses of XmlRpcWorker in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcWorker Modifier and Type Field Description private XmlRpcWorkerXmlRpcWorkerFactory. singletonMethods in org.apache.xmlrpc.common that return XmlRpcWorker Modifier and Type Method Description XmlRpcWorkerXmlRpcWorkerFactory. getWorker()Returns a worker for synchronous processing.protected abstract XmlRpcWorkerXmlRpcWorkerFactory. newWorker()Creates a new worker instance.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorker Modifier and Type Method Description voidXmlRpcWorkerFactory. 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 Modifier and Type Class Description classXmlRpcServerWorkerServer specific implementation ofXmlRpcWorker.Methods in org.apache.xmlrpc.server that return XmlRpcWorker Modifier and Type Method Description protected XmlRpcWorkerXmlRpcServerWorkerFactory. newWorker()
-