Uses of Class
javax.rws.ResourceRef

Packages that use ResourceRef
com.blinksale.domain BlinkSale domain layer. 
com.blinksale.resource BlinkSale resource layer. 
 

Uses of ResourceRef in com.blinksale.domain
 

Classes in com.blinksale.domain with annotations of type ResourceRef
 class Invoice
          Invoice part of a BlinkSale account.
 

Methods in com.blinksale.domain with annotations of type ResourceRef
 java.util.List<Invoice> Account.getInvoices()
           
 

Uses of ResourceRef in com.blinksale.resource
 

Classes in com.blinksale.resource with annotations of type ResourceRef
 class ClientResource
          Resource associated to an invoiced client.
 class ClientsResource
          Resource managing the list of clients for a BlinkSale account.