Uses of Class
javax.ws.rs.PUT

Packages that use PUT
com.restfully.shop.services   
org.jboss.resteasy.examples.asyncjob   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.test.smoke   
 

Uses of PUT in com.restfully.shop.services
 

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

Uses of PUT in org.jboss.resteasy.examples.asyncjob
 

Methods in org.jboss.resteasy.examples.asyncjob with annotations of type PUT
 void MyResource.put(String content)
           
 

Uses of PUT in org.jboss.resteasy.examples.springmvc
 

Methods in org.jboss.resteasy.examples.springmvc with annotations of type PUT
 Response ContactsResource.saveContact(UriInfo uri, Contact contact)
           
 org.springframework.web.servlet.ModelAndView ContactsResource.saveContactForm(Contact contact)
           
 

Uses of PUT in org.jboss.resteasy.test.smoke
 

Methods in org.jboss.resteasy.test.smoke with annotations of type PUT
 void SimpleResource.putBasic(String body)
           
 



Copyright © 2011. All Rights Reserved.