Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.server |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientWorker
Object, which performs a request on the clients behalf.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcWorker |
XmlRpcClientWorkerFactory.newWorker()
Creates a new worker instance.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcWorker |
XmlRpcWorkerFactory.getWorker()
Returns a worker for synchronous processing.
|
protected abstract XmlRpcWorker |
XmlRpcWorkerFactory.newWorker()
Creates a new worker instance.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcWorkerFactory.releaseWorker(XmlRpcWorker pWorker)
Called, when the worker did its job.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcServerWorker
Server specific implementation of
XmlRpcWorker . |
Modifier and Type | Method and Description |
---|---|
protected XmlRpcWorker |
XmlRpcServerWorkerFactory.newWorker() |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.