org.codehaus.plexus.xmlrpc
public class DefaultXmlRpcServer extends AbstractLogEnabled implements XmlRpcServer, Startable
Version: $Id: DefaultXmlRpcServer.java 1607 2005-03-24 08:15:01Z trygvis $
| Method Summary | |
|---|---|
| void | acceptClient(String clientHost) |
| void | acceptClient(String host, int port, String clientHost) |
| void | addHandler(String name, Object handler) |
| void | addHandler(String host, String name, int port, Object handler) |
| void | addListener(String host, int port, boolean secure) |
| void | denyClient(String clientHost) |
| void | denyClient(String host, int port, String clientHost) |
| void | removeHandler(String name) |
| void | removeHandler(String host, int port, String name) |
| void | removeListener(String host, int port) |
| void | setParanoid(String host, int port, boolean state) |
| void | start() |
| void | startListener(String host, int port) |
| void | stop() |