Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.secure |
Modifier and Type | Field and Description |
---|---|
private XmlRpcServer |
XmlRpcProxyServlet.xmlrpc |
protected XmlRpcServer |
WebServer.xmlrpc |
Constructor and Description |
---|
SystemHandler(XmlRpcServer server)
Deprecated.
use new SystemHandler() and addDefaultSystemHandlers() instead.
|
WebServer(int port,
java.net.InetAddress addr,
XmlRpcServer xmlrpc)
Creates a web server at the specified port number and IP
address.
|
Constructor and Description |
---|
SecureWebServer(int port,
java.net.InetAddress addr,
XmlRpcServer xmlrpc)
Creates a secure web server at the specified port number and IP
address.
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.