Package com.mozilla.grouperfish.rest.api

Examples of com.mozilla.grouperfish.rest.api.RestService


  }

  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

Related Classes of com.mozilla.grouperfish.rest.api.RestService

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.