Package org.mule.example.bookstore

Interface Summary
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 Summary
Book Simple class which represents a Book in the catalog of the bookstore.
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-2009 MuleSource, Inc.. All Rights Reserved.