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 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 session

      Should be called by a client