Interface CustomerClient
-
- All Known Implementing Classes:
CustomerJaxRSClientImpl
public interface CustomerClientDefines an interface to the customer business logic using JAX-RS resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomeraddCustomer(Customer customer)booleandeleteCustomer(int id)CustomersfindCustomersByName(String firstName, String lastName, int offset, int limit)CustomergetCustomer(int id)
-