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
-
Method Summary
-
Constructor Details
-
RootRestService
public RootRestService()
-
-
Method Details
-
getRoot
@GET @Produces("application/xhtml+xml") public jakarta.ws.rs.core.StreamingOutput getRoot() -
logout
@GET @Path("/logout") public void logout()Method to invalidate the current user sessionShould be called by a client
-