Uses of Class
org.fusesource.examples.cxf.jaxrs.security.Customer

Packages that use Customer
org.fusesource.examples.cxf.jaxrs.security   
 

Uses of Customer in org.fusesource.examples.cxf.jaxrs.security
 

Methods in org.fusesource.examples.cxf.jaxrs.security that return Customer
 Customer CustomerService.getCustomer(java.lang.String id)
          This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.
 

Methods in org.fusesource.examples.cxf.jaxrs.security with parameters of type Customer
 javax.ws.rs.core.Response CustomerService.addCustomer(Customer customer)
          Using HTTP POST, we can add a new customer to the system by uploading the XML representation for the customer.
 javax.ws.rs.core.Response CustomerService.updateCustomer(Customer customer)
          Using HTTP PUT, we can can upload the XML representation of a customer object.
 



Copyright © 2012 FuseSource. All Rights Reserved.