Package org.apache.cxf.customer.wraped
Class CustomerService
- java.lang.Object
-
- org.apache.cxf.customer.wraped.CustomerService
-
public class CustomerService extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCustomer(Customer c)voiddeleteCustomer(String id)CustomergetCustomer(Long id)CustomersgetCustomers()voidupdateCustomer(String id, Customer c)
-