com.example.customerservice
Interface CustomerService
- All Known Implementing Classes:
- CustomerServiceImpl
public interface CustomerService
This class was generated by Apache CXF 2.6.1
2013-02-26T12:33:32.255+13:00
Generated source version: 2.6.1
updateCustomer
@RequestWrapper(localName="updateCustomer",
targetNamespace="http://customerservice.example.com/",
className="com.example.customerservice.UpdateCustomer")
void updateCustomer(Customer customer)
getCustomersByName
@RequestWrapper(localName="getCustomersByName",
targetNamespace="http://customerservice.example.com/",
className="com.example.customerservice.GetCustomersByName")
@ResponseWrapper(localName="getCustomersByNameResponse",
targetNamespace="http://customerservice.example.com/",
className="com.example.customerservice.GetCustomersByNameResponse")
List<Customer> getCustomersByName(String name)
throws NoSuchCustomerException
- Throws:
NoSuchCustomerException
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.