Package org.imixs.workflow.jaxrs
Class RootRestService
- java.lang.Object
-
- org.imixs.workflow.jaxrs.RootRestService
-
@Path("/") @Produces({"text/html","application/xml","application/json","text/xml"}) public class RootRestService extends Object
The RootService provides the api description- Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description RootRestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.StreamingOutput
getRoot()
void
logout()
Method to invalidate the current user session
-