|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityType | |
|---|---|
| org.apache.wink.client | |
| Uses of EntityType in org.apache.wink.client |
|---|
| Methods in org.apache.wink.client with parameters of type EntityType | ||
|---|---|---|
|
Resource.delete(EntityType<T> responseEntity)
Invoke the DELETE method |
|
|
Resource.get(EntityType<T> responseEntity)
Invoke the GET method |
|
|
ClientResponse.getEntity(EntityType<T> entityType)
Get the response entity. |
|
|
Resource.invoke(String method,
EntityType<T> responseEntity,
Object requestEntity)
Invoke a request to the uri associated with the resource, and with any headers and attributes set on the resource. |
|
|
Resource.post(EntityType<T> responseEntity,
Object requestEntity)
Invoke the POST method |
|
|
Resource.put(EntityType<T> responseEntity,
Object requestEntity)
Invoke the PUT method |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||