Class HelloService
- java.lang.Object
-
- org.gcube.social_networking.rest.examples.HelloService
-
@Path("") public class HelloService extends Object- Author:
- Lucio Lelii (ISTI-CNR), Alfredo Oliviero (ISTI-CNR)
-
-
Constructor Summary
Constructors Constructor Description 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()
-
-