Package org.camunda.bpm.engine.rest.impl.application

Examples of org.camunda.bpm.engine.rest.impl.application.DefaultApplication


public class JerseyServerBootstrap extends EmbeddedServerBootstrap {

  private HttpServer server;

  public JerseyServerBootstrap() {
    setupServer(new DefaultApplication());
  }
View Full Code Here


public class ResteasyServerBootstrap extends EmbeddedServerBootstrap {

  private NettyJaxrsServer server;
 
  public ResteasyServerBootstrap() {
    setupServer(new DefaultApplication());
  }
View Full Code Here

TOP

Related Classes of org.camunda.bpm.engine.rest.impl.application.DefaultApplication

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.