com.example.customerservice
Interface CustomerService

All Known Implementing Classes:
CustomerServiceImpl

public interface CustomerService

This class was generated by Apache CXF 2.6.1 2012-09-28T23:49:16.335+12:00 Generated source version: 2.6.1


Method Summary
 List<Customer> getCustomersByName(String name)
           
 void updateCustomer(Customer customer)
           
 

Method Detail

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 © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.