Uses of Class
org.apache.wink.client.EntityType

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
<T> T
Resource.delete(EntityType<T> responseEntity)
          Invoke the DELETE method
<T> T
Resource.get(EntityType<T> responseEntity)
          Invoke the GET method
<T> T
ClientResponse.getEntity(EntityType<T> entityType)
          Get the response entity.
<T> T
Resource.invoke(java.lang.String method, EntityType<T> responseEntity, java.lang.Object requestEntity)
          Invoke a request to the uri associated with the resource, and with any headers and attributes set on the resource.
<T> T
Resource.post(EntityType<T> responseEntity, java.lang.Object requestEntity)
          Invoke the POST method
<T> T
Resource.put(EntityType<T> responseEntity, java.lang.Object requestEntity)
          Invoke the PUT method
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.