|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |