org.apache.xmlrpc.common
public abstract class XmlRpcController extends Object
Method Summary | |
---|---|
abstract XmlRpcConfig | getConfig() Returns the controllers default configuration. |
protected abstract XmlRpcWorkerFactory | getDefaultXmlRpcWorkerFactory() Creates the controllers default worker factory. |
int | getMaxThreads() Returns the maximum number of concurrent requests. |
TypeFactory | getTypeFactory() Returns the type factory. |
XmlRpcWorkerFactory | getWorkerFactory() Returns the clients worker factory. |
void | setMaxThreads(int pMaxThreads) Sets the maximum number of concurrent requests. |
void | setTypeFactory(TypeFactory pTypeFactory) Sets the type factory. |
void | setWorkerFactory(XmlRpcWorkerFactory pFactory) Sets the clients worker factory. |
Returns: The default configuration.
Returns: The default factory for workers.
Returns: Maximum number of threads or 0 to disable the limit.
Returns: The type factory.
Returns: The factory being used to create workers.
Parameters: pMaxThreads Maximum number of threads or 0 to disable the limit.
Parameters: pTypeFactory The type factory.
Parameters: pFactory The factory being used to create workers.