Class 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 Detail

      • RootRestService

        public RootRestService()
    • Method Detail

      • 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