|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POST | |
---|---|
com.restfully.shop.services | |
com.sun.jersey.oauth.server.api.resources |
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 |
FirstLastCustomerResource.createCustomer(InputStream is)
|
Response |
CustomerResource.createCustomer(InputStream is)
|
Response |
OrderResource.createOrder(Order order,
UriInfo uriInfo)
|
Response |
ProductResource.createProduct(Product customer,
UriInfo uriInfo)
|
void |
OrderResource.purgeOrders()
|
Uses of POST in com.sun.jersey.oauth.server.api.resources |
---|
Methods in com.sun.jersey.oauth.server.api.resources with annotations of type POST | |
---|---|
Response |
AccessTokenRequest.postAccessTokenRequest(HttpContext hc,
Request req)
POST method for creating a request for Rquest Token |
Response |
RequestTokenRequest.postReqTokenRequest()
POST method for creating a request for a Request Token |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |