Uses of Class
marquee.xmlrpc.XmlRpcServer

Packages that use XmlRpcServer
marquee.xmlrpc   
marquee.xmlrpc.objectcomm   
 

Uses of XmlRpcServer in marquee.xmlrpc
 

Methods in marquee.xmlrpc with parameters of type XmlRpcServer
static XmlRpcDispatcher XmlRpcDispatcher.getDispatcher(XmlRpcServer server, java.lang.String callerIp)
          Aquires a dispatcher from the pool of available dispatchers, or creates a new dispatcher if the pool is empty.
 

Uses of XmlRpcServer in marquee.xmlrpc.objectcomm
 

Subclasses of XmlRpcServer in marquee.xmlrpc.objectcomm
 class Server
          A convenience class for using the object communication extension on the server side.