Interface CustomerService

  • All Known Implementing Classes:
    CustomerServiceImpl

    public interface CustomerService
    This class was generated by Apache CXF 3.6.6 2025-09-19T23:31:43.835+12:00 Generated source version: 3.6.6
    • 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