org.apache.cxf.customer.bare
Class CustomerService
java.lang.Object
org.apache.cxf.customer.bare.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(GetCustomers req)
getCustomer
public Customer getCustomer(GetCustomer getCustomer)
throws CustomerNotFoundFault
- Throws:
CustomerNotFoundFault
getSomeDetails
public String getSomeDetails(GetCustomer getCustomer)
throws CustomerNotFoundFault
- Throws:
CustomerNotFoundFault
updateCustomer
public void updateCustomer(Customer c)
addCustomer
public void addCustomer(Customer c)
deleteCustomer
public void deleteCustomer(long id)
Apache CXF