Uses of Class
javax.ws.rs.GET

Packages that use GET
com.restfully.shop.services   
com.sun.jersey.osgi.rdtestbundle   
com.sun.jersey.server.impl.wadl   
 

Uses of GET in com.restfully.shop.services
 

Methods in com.restfully.shop.services with annotations of type GET
 StreamingOutput CustomerResource.getCustomer(int id)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 String CarResource.getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String CarResource.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 String CarResource.getFromUriInfo(UriInfo info)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Product ProductResource.getProduct(int id)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Uses of GET in com.sun.jersey.osgi.rdtestbundle
 

Methods in com.sun.jersey.osgi.rdtestbundle with annotations of type GET
 String SimpleResource.getMe()
           
 

Uses of GET in com.sun.jersey.server.impl.wadl
 

Methods in com.sun.jersey.server.impl.wadl with annotations of type GET
 Response WadlResource.getWadl(UriInfo uriInfo)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.