Class XmlRpcServer

java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
All Implemented Interfaces:
XmlRpcRequestProcessor
Direct Known Subclasses:
XmlRpcStreamServer

public class XmlRpcServer extends XmlRpcController implements XmlRpcRequestProcessor
A multithreaded, reusable XML-RPC server object. The name may be misleading because this does not open any server sockets. Instead it is fed by passing instances of XmlRpcRequest from a transport.