com.restfully.shop.services
Class CustomerResource
java.lang.Object
com.restfully.shop.services.CustomerResource
public class CustomerResource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerResource
public CustomerResource()
createCustomer
public Response createCustomer(Customer customer)
getCustomer
public Customer getCustomer(int id)
updateCustomer
public void updateCustomer(int id,
Customer update)
Copyright © 2011. All Rights Reserved.