Uses of Class
javax.rws.Representation

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

Uses of Representation in com.blinksale.resource
 

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

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