Class HelloService

java.lang.Object
org.gcube.service.helloworld.rest.HelloService

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

    • HelloService

      public HelloService()
  • Method Details

    • hello

      @GET @Path("hello") @Produces("text/plain") public String hello()
      Hello
      Returns:
      a string
    • details

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