@Path("test") public class JsonResource extends Object
JsonResource()
TestBean
createSimpleBean()
roundTrip(TestBean s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonResource()
@GET @Produces("application/json") public TestBean createSimpleBean()
@POST @Produces("application/json") @Consumes("application/json") public TestBean roundTrip(TestBean s)