@Path("/")
@Consumes({"application/json","application/xml"})
public class ContinuableEchoService
extends Object
| Constructor | Description |
|---|---|
ContinuableEchoService() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.json.JsonObject |
executeNested(String key) |
|
javax.json.JsonObject |
executeSimple(String key) |
@GET
@Path("simple/{key}")
@Produces("application/json")
public javax.json.JsonObject executeSimple(@PathParam("key")
String key)
@GET
@Path("nested/{key}")
@Produces("application/json")
public javax.json.JsonObject executeNested(@PathParam("key")
String key)
Copyright © 2021. All rights reserved.