| Package | Description |
|---|---|
| org.wildfly.camel.examples.rest.data | |
| org.wildfly.camel.examples.rest.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRepository.readCustomer(Long customerId) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerRepository.findAllCustomers()
Find all customer records
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerRepository.createCustomer(Customer customer)
CRUD Operations to be invoked by REST endpoints
|
void |
CustomerRepository.updateCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CustomerService.updateCustomer(Customer customer) |
javax.ws.rs.core.Response |
CustomerServiceImpl.updateCustomer(Customer customer) |
Copyright © 2016. All rights reserved.