Uses of Class
javax.ws.rs.POST

Packages that use POST
com.restfully.shop.services   
org.jboss.resteasy.core   
org.jboss.resteasy.examples.asyncjob   
org.jboss.resteasy.examples.oauth   
org.jboss.resteasy.examples.springmvc   
org.jboss.resteasy.test.application   
org.jboss.resteasy.tests.encoding.sample   
org.jboss.resteasy.tests.signature   
 

Uses of POST in com.restfully.shop.services
 

Methods in com.restfully.shop.services with annotations of type POST
 void OrderResource.cancelOrder(int id)
           
 Response CustomerResource.createCustomer(Customer customer)
           
 Response FirstLastCustomerResource.createCustomer(InputStream is)
           
 Response OrderResource.createOrder(Order order, UriInfo uriInfo)
           
 Response ProductResource.createProduct(Product customer, UriInfo uriInfo)
           
 void OrderResource.purgeOrders()
           
 

Uses of POST in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core with annotations of type POST
 Response AsynchronousDispatcher.readAndRemove(long wait, String jobId)
           
 

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

Methods in org.jboss.resteasy.examples.asyncjob with annotations of type POST
 String MyResource.post(String content)
           
 

Uses of POST in org.jboss.resteasy.examples.oauth
 

Methods in org.jboss.resteasy.examples.oauth with annotations of type POST
 Response SubscriberReceiver.receiveMessage(String value)
           
 Response MessageReceiver.receiveMessage(String value)
           
 Response MessagingService.receiveMessages(String message)
           
 Response MessagingService.registerCallbackURI(String consumerId, String callback)
           
 Response ConsumerResource.setRequestTokenVerifierUsingPost(String token, String verifier)
           
 

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

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

Uses of POST in org.jboss.resteasy.test.application
 

Methods in org.jboss.resteasy.test.application with annotations of type POST
 void MyResource.nullFoo(MyResource.Foo foo)
           
 

Uses of POST in org.jboss.resteasy.tests.encoding.sample
 

Methods in org.jboss.resteasy.tests.encoding.sample with annotations of type POST
 String HelloClient.compile(String queryText)
           
 String Hello.compile(String queryText)
           
 

Uses of POST in org.jboss.resteasy.tests.signature
 

Methods in org.jboss.resteasy.tests.signature with annotations of type POST
 void SignedResource.post(DKIMSignature signature, String input)
          Verify a posted signature.
 



Copyright © 2011. All Rights Reserved.