public class CustomerService extends Object
| Constructor and Description |
|---|
CustomerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomer(Customer c) |
void |
deleteCustomer(String id) |
Customer |
getCustomer(Long id) |
Customers |
getCustomers() |
void |
updateCustomer(String id,
Customer c) |
Apache CXF