Uses of Class
javax.ws.rs.POST

Packages that use POST
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.core   
org.jboss.resteasy.resteasy760   
org.jboss.resteasy.skeleton.key.client   
org.jboss.resteasy.skeleton.key.server   
org.jboss.resteasy.test.application   
 

Uses of POST in org.jboss.example.jaxrs2.async
 

Methods in org.jboss.example.jaxrs2.async with annotations of type POST
 void ChatSpeaker.speak(String speech)
           
 

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.resteasy760
 

Methods in org.jboss.resteasy.resteasy760 with annotations of type POST
 String TestResource.noQueryPost(String formParam)
           
 String TestResource.noQueryPostEncoded(String formParam)
           
 String TestResource.queryPost(String formParam)
           
 String TestResource.queryPostEncoded(String formParam)
           
 

Uses of POST in org.jboss.resteasy.skeleton.key.client
 

Methods in org.jboss.resteasy.skeleton.key.client with annotations of type POST
 Access TokenFactory.create(Authentication auth)
           
 Response ProjectsResource.create(Project project)
           
 Response RolesResource.create(Role role)
           
 Response UsersResource.create(StoredUser user)
           
 Response RolesResource.create(String roleName)
           
 String TokenFactory.createSigned(Authentication auth)
           
 

Uses of POST in org.jboss.resteasy.skeleton.key.server
 

Methods in org.jboss.resteasy.skeleton.key.server with annotations of type POST
 Access TokenService.create(Authentication auth)
           
 Response ProjectsService.create(Project project)
           
 Response RolesService.create(UriInfo uriInfo, Role role)
           
 Response UsersService.create(UriInfo uriInfo, StoredUser user)
           
 Response RolesService.create(UriInfo uriInfo, String roleName)
           
 SignedOutput TokenService.createSigned(Authentication auth)
           
 UrlToken TokenService.createTiny(Authentication auth)
           
 

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)
           
 



Copyright © 2012. All Rights Reserved.