Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.server |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientWorkerFactory
A worker factory for the client, creating instances of
XmlRpcClientWorker . |
Modifier and Type | Method and Description |
---|---|
protected XmlRpcWorkerFactory |
XmlRpcClient.getDefaultXmlRpcWorkerFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract XmlRpcWorkerFactory |
XmlRpcController.getDefaultXmlRpcWorkerFactory()
Creates the controllers default worker factory.
|
XmlRpcWorkerFactory |
XmlRpcController.getWorkerFactory()
Returns the clients worker factory.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcController.setWorkerFactory(XmlRpcWorkerFactory pFactory)
Sets the clients worker factory.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcServerWorkerFactory
Server specific worker factory.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcWorkerFactory |
XmlRpcServer.getDefaultXmlRpcWorkerFactory() |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.