org.apache.cxf.customer.wraped
Class CustomerService
java.lang.Object
org.apache.cxf.customer.wraped.CustomerService
public class CustomerService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerService
public CustomerService()
getCustomers
public Customers getCustomers()
getCustomer
public Customer getCustomer(Long id)
updateCustomer
public void updateCustomer(String id,
Customer c)
addCustomer
public void addCustomer(Customer c)
deleteCustomer
public void deleteCustomer(String id)
Apache CXF