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 class
XmlRpcClientWorker
Object, which performs a request on the clients behalf.Methods in org.apache.xmlrpc.client that return XmlRpcWorker Modifier and Type Method Description protected XmlRpcWorker
XmlRpcClientWorkerFactory. 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 XmlRpcWorker
XmlRpcWorkerFactory. singleton
Methods in org.apache.xmlrpc.common that return XmlRpcWorker Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
XmlRpcServerWorker
Server specific implementation ofXmlRpcWorker
.Methods in org.apache.xmlrpc.server that return XmlRpcWorker Modifier and Type Method Description protected XmlRpcWorker
XmlRpcServerWorkerFactory. newWorker()
-