Uses of Class
javax.ws.rs.PUT

Packages that use PUT
com.restfully.shop.services   
 

Uses of PUT in com.restfully.shop.services
 

Methods in com.restfully.shop.services with annotations of type PUT
 void CustomerResource.updateCustomer(int id, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.