| Interface | Description |
|---|---|
| CatalogAdminService |
Administration interface for adding new books to the bookstore's catalog
|
| CatalogService |
Interface for working with the bookstore's catalog of books
|
| OrderService |
Interface for placing a book order
|
| Class | Description |
|---|---|
| Book |
Simple class which represents a Book in the catalog of the bookstore.
|
| BookstoreAdminMessages | |
| CatalogServiceImpl |
Bookstore catalog service which implements both the public interface for
browsing the catalog and the admin interface for adding books to the catalog.
|
| DataWarehouse |
Tracks statistics on book orders.
|
| Order |
Simple class which represents a Book Order.
|
| OrderServiceImpl |
Service for placing a book order.
|
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.