@Path(value="/customers") public class CustomerResource extends Object
CustomerResource()
Customer
getById(String id)
getByName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomerResource()
@GET @Produces(value="application/json") public Customer getByName(@QueryParam(value="name") String name)
@GET @Path(value="{id}") @Produces(value="application/json") public Customer getById(@PathParam(value="id") String id)
Copyright © 2014. All Rights Reserved.