Uses of Class
org.apache.xmlrpc.XmlRpcServer

Packages that use XmlRpcServer
org.apache.xmlrpc   
org.apache.xmlrpc.secure   
 

Uses of XmlRpcServer in org.apache.xmlrpc
 

Fields in org.apache.xmlrpc declared as XmlRpcServer
protected  XmlRpcServer WebServer.xmlrpc
           
 

Constructors in org.apache.xmlrpc with parameters of type XmlRpcServer
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.
 

Uses of XmlRpcServer in org.apache.xmlrpc.secure
 

Constructors in org.apache.xmlrpc.secure with parameters of type XmlRpcServer
SecureWebServer(int port, java.net.InetAddress addr, XmlRpcServer xmlrpc)
          Creates a secure web server at the specified port number and IP address.
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.