Package org.imixs.workflow.jaxrs
Klasse 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
- Autor:
- rsoika
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
RootRestService
public RootRestService()
-
-
Methodendetails
-
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
-