Package com.divisiblebyzero.xmlrpc.model

Examples of com.divisiblebyzero.xmlrpc.model.Server


    private XmlRpcServerControlPanel controlPanel;
    private Server xmlRpcServer;
   
    public XmlRpcServerControlPanelController(XmlRpcServerControlPanel controlPanel) {
        this.controlPanel = controlPanel;
        this.xmlRpcServer = new Server(this.controlPanel);
    }
View Full Code Here

TOP

Related Classes of com.divisiblebyzero.xmlrpc.model.Server

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.