Class HelloService


  • @Path("/hello")
    public class HelloService
    extends java.lang.Object
    Hello service resource class.
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String hello​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelloService

        public HelloService()
    • Method Detail

      • hello

        @GET
        @Path("/{name}")
        public java.lang.String hello​(@PathParam("name")
                                      java.lang.String name)