| Package | Description |
|---|---|
| org.apache.cxf.customer |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.cxf.customer.bare |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.cxf.customer.wraped |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Customer> |
Customers.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Customers.setCustomer(Collection<Customer> c) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerService.getCustomer(GetCustomer getCustomer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerService.addCustomer(Customer c) |
void |
CustomerService.updateCustomer(Customer c) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerService.getCustomer(Long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerService.addCustomer(Customer c) |
void |
CustomerService.updateCustomer(String id,
Customer c) |
Apache CXF