Uses of Class
javax.ws.rs.POST

Packages that use POST
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.cdi.decorators This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources 
org.jboss.resteasy.cdi.ejb This package (along with @see org.jboss.resteasy.test.cdi.ejb) tests EJBs used as JAX-RS components. 
org.jboss.resteasy.cdi.events This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. 
org.jboss.resteasy.cdi.extension.bean This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an application defined implementation of javax.enterprise.inject.spi.Bean. 
org.jboss.resteasy.cdi.extension.scope This package (along with @see org.jboss.resteasy.test.cdi.extension.scope) introduces an application defined scope. 
org.jboss.resteasy.cdi.injection This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. 
org.jboss.resteasy.cdi.injection.reverse This package (along with @see org.jboss.resteasy.test.cdi.injection.reverse) tests injection of JAX-RS components into EJBs. 
org.jboss.resteasy.cdi.interceptors This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. 
org.jboss.resteasy.core   
org.jboss.resteasy.keystone.client   
org.jboss.resteasy.keystone.server   
org.jboss.resteasy.resteasy760   
org.jboss.resteasy.skeleton.key.idm.service   
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.cdi.decorators
 

Methods in org.jboss.resteasy.cdi.decorators with annotations of type POST
 Response TestResourceIntf.createBook(Book book)
           
 Response TestResource.createBook(Book book)
           
 Response TestResourceIntf.test()
           
 Response TestResource.test()
           
 

Uses of POST in org.jboss.resteasy.cdi.ejb
 

Methods in org.jboss.resteasy.cdi.ejb with annotations of type POST
 int EJBResourceParent.createBook(Book book)
           
 int EJBBookResource.createBook(Book book)
           
 

Uses of POST in org.jboss.resteasy.cdi.events
 

Methods in org.jboss.resteasy.cdi.events with annotations of type POST
 Response EventResource.createBook(Book book)
           
 Response EventResource.test()
           
 

Uses of POST in org.jboss.resteasy.cdi.extension.bean
 

Methods in org.jboss.resteasy.cdi.extension.bean with annotations of type POST
 Response TestResource.setup()
           
 

Uses of POST in org.jboss.resteasy.cdi.extension.scope
 

Methods in org.jboss.resteasy.cdi.extension.scope with annotations of type POST
 Response ExtensionResource.setup()
           
 Response ExtensionResource.test1()
           
 Response ExtensionResource.test2()
           
 Response ExtensionResource.test3()
           
 

Uses of POST in org.jboss.resteasy.cdi.injection
 

Methods in org.jboss.resteasy.cdi.injection with annotations of type POST
 Response BookResource.createBook(Book book)
           
 void BookResource.empty()
           
 Response BookResource.produceBookMessage(Book book)
           
 Response BookResource.sessionAdd(javax.servlet.http.HttpServletRequest request, Book book)
           
 Response BookResource.sessionTest(javax.servlet.http.HttpServletRequest request)
           
 Response BookResource.testEntityManager()
           
 

Uses of POST in org.jboss.resteasy.cdi.injection.reverse
 

Methods in org.jboss.resteasy.cdi.injection.reverse with annotations of type POST
 Response ReverseInjectionResource.setup()
           
 Response ReverseInjectionResource.test()
           
 Response ReverseInjectionResource.testScopes()
           
 

Uses of POST in org.jboss.resteasy.cdi.interceptors
 

Methods in org.jboss.resteasy.cdi.interceptors with annotations of type POST
 Response InterceptorResource.createBook(Book book)
           
 Response InterceptorResource.test()
           
 

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.keystone.client
 

Methods in org.jboss.resteasy.keystone.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.keystone.server
 

Methods in org.jboss.resteasy.keystone.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.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.idm.service
 

Methods in org.jboss.resteasy.skeleton.key.idm.service with annotations of type POST
 Response TokenManagement.accessRequest(String realmId, MultivaluedMap<String,String> formData)
           
 Response TokenManagement.accessTokenGrant(String realmId, MultivaluedMap<String,String> formParams)
          OAuth Section 4.4 Client Credentials Grant
 Response RealmFactory.importDomain(RealmRepresentation rep)
           
 Response TokenManagement.login(String realmName, MultivaluedMap<String,String> formData)
           
 

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 © 2013. All Rights Reserved.