Package com.sun.jersey.test.framework

Examples of com.sun.jersey.test.framework.WebAppDescriptor



  protected AppDescriptor configure() {
    // initTest();

    WebAppDescriptor wd = new WebAppDescriptor.Builder(
        "org.saiku.web.rest.resources").contextPath("/")
                                       .contextParam("", "").clientConfig(new DefaultClientConfig()).build();

    return wd;
  }
View Full Code Here

TOP

Related Classes of com.sun.jersey.test.framework.WebAppDescriptor

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.