Uses of Class
redstone.xmlrpc.XmlRpcServer

Packages that use XmlRpcServer
redstone.xmlrpc   
 

Uses of XmlRpcServer in redstone.xmlrpc
 

Methods in redstone.xmlrpc that return XmlRpcServer
 XmlRpcServer XmlRpcServlet.getXmlRpcServer()
          Returns the XmlRpcServer that is backing the servlet.
 

Constructors in redstone.xmlrpc with parameters of type XmlRpcServer
XmlRpcDispatcher(XmlRpcServer server, java.lang.String callerIp)
          Creates a dispatcher and associates it with an XmlRpcServer and the IP address of the calling client.