@Path(value="/helloworld") public class HelloWorldResource extends Object
| Constructor and Description |
|---|
HelloWorldResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the standard message introduced by Kernighan and Ritchie.
|
@GET @Produces(value="text/plain") public String getMessage()
Copyright © 2008–2018. All rights reserved.