Class RootService

java.lang.Object
dev.dsf.bpe.webservice.RootService

@Path("") @Produces("text/html") public class RootService extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    root(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.SecurityContext securityContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RootService

      public RootService()
  • Method Details

    • root

      @GET public jakarta.ws.rs.core.Response root(@Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.SecurityContext securityContext)