| Package | Description |
|---|---|
| org.example.customerservice | |
| org.example.customerservice.client | |
| org.example.customerservice.server |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerService.getCustomersByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerServiceTester.testCustomerService() |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerServiceImpl.getCustomersByName(String name) |
Copyright © 2015 WSO2 Inc. All rights reserved.