Package com.mozilla.grouperfish.rest.jersey

Examples of com.mozilla.grouperfish.rest.jersey.JerseyGuiceRestService.start()


  public Grouperfish(final Module... modules) {
        SLF4JBridgeHandler.install();
      final Injector injector = Guice.createInjector(modules);
      final RestService rest = new JerseyGuiceRestService(injector, ResourceConfig.class);
      rest.start();
      log.info("Grouperfish started.");
        log.debug("Configured port: {}, default: {}",
                  System.getProperty(JerseyGuiceRestService.PROPERTY_PORT), DEFAULT_PORT);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.