Class DefaultApplication
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.camunda.bpm.engine.rest.impl.application.DefaultApplication
-
@ApplicationPath("/") public class DefaultApplication extends javax.ws.rs.core.Application
Default
Application
registering all resources.NOTE This class is excluded from the classes-jar, such that users that want to embed the REST API as a JAR file into a custom JAX-RS application are able to build a deployment based on their requirements.
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description DefaultApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<?>>
getClasses()
-