Class HelloService


  • @Path("")
    public class HelloService
    extends Object
    Author:
    Lucio Lelii (ISTI-CNR), Alfredo Oliviero (ISTI-CNR)
    • Constructor Detail

      • HelloService

        public HelloService()
    • Method Detail

      • hello

        @GET
        @Path("hello")
        @Produces("text/plain")
        public String hello()
      • details

        @GET
        @Path("details")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response details()