@Path(value="/greet")
public interface GreetingService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
greet(String name) |
@GET
@Path(value="/hello/{name}")
@Produces(value="application/json")
javax.ws.rs.core.Response greet(@PathParam(value="name")
String name)
Copyright © 2019. All rights reserved.