Package org.imixs.workflow.office.rest
Class RestServiceApp
java.lang.Object
jakarta.ws.rs.core.Application
org.imixs.workflow.office.rest.RestServiceApp
@ApplicationPath("/api")
public class RestServiceApp
extends jakarta.ws.rs.core.Application
RestServiceApp is the main service class for the rest-service interface.
Resource = /api
- Author:
- rsoika
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.ws.rs.core.Application
getClasses, getProperties, getSingletons
-
Constructor Details
-
RestServiceApp
public RestServiceApp()
-