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
-
Method Summary
Methods inherited from class javax.ws.rs.core.Application
getProperties, getSingletons
-
Constructor Details
-
DefaultApplication
public DefaultApplication()
-
-
Method Details
-
getClasses
- Overrides:
getClasses
in classjavax.ws.rs.core.Application
-