Uses of Class
javax.rws.Entity

Packages that use Entity
com.blinksale.resource BlinkSale resource layer. 
 

Uses of Entity in com.blinksale.resource
 

Methods in com.blinksale.resource with annotations of type Entity
 Client ClientResource.getClient()
           
 java.util.List<Client> ClientsResource.getClients()
           
 

Method parameters in com.blinksale.resource with annotations of type Entity
 void ClientsResource.post(Client client)
           
 void ClientResource.put(Client client)