Package org.cipango.kaleo.web

Examples of org.cipango.kaleo.web.XcapServlet


  private File _xcapRoot;
 
  protected void setUp() throws Exception {
    super.setUp();
   
    _xcapServlet = new XcapServlet();
    XcapService xcapService = new XcapService();
    FileXcapDao dao = new FileXcapDao();
    _xcapRoot = new File("target/test-data");
    _xcapRoot.mkdirs();
    dao.setBaseDir(_xcapRoot);
View Full Code Here

TOP

Related Classes of org.cipango.kaleo.web.XcapServlet

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.