Uses of Class
org.apache.servicemix.examples.cxf.jaxrs.Customer

Packages that use Customer
org.apache.servicemix.examples.cxf.jaxrs   
 

Uses of Customer in org.apache.servicemix.examples.cxf.jaxrs
 

Methods in org.apache.servicemix.examples.cxf.jaxrs that return Customer
 Customer CustomerService.getCustomer(java.lang.String id)
           
 

Methods in org.apache.servicemix.examples.cxf.jaxrs with parameters of type Customer
 javax.ws.rs.core.Response CustomerService.addCustomer(Customer customer)
           
 javax.ws.rs.core.Response CustomerService.updateCustomer(Customer customer)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.