|
Class Summary |
| Customer |
The Customer class is just a plain old java object, with a few properties and getters and setters. |
| CustomerService |
This Java class with be hosted in the URI path defined by the @Path annotation. |
| Order |
The Order class is not only a plain old java object, with a few properties and getters and setters, but it also defines
a sub-resource for the Order returned by CustomerService. |
| Product |
The Product class is just a plain old java object, with a few properties and getters and setters. |