Package com.ecyrd.jspwiki.xmlrpc

Examples of com.ecyrd.jspwiki.xmlrpc.RPCHandler


        m_props = new Properties();
        m_props.load( TestEngine.findTestProperties() );

        m_engine = new TestEngine( m_props );

        m_handler = new RPCHandler();
        WikiContext ctx = new WikiContext( m_engine, new WikiPage(m_engine, "Dummy") );
        m_handler.initialize( ctx );
    }
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.xmlrpc.RPCHandler

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.