Uses of Class
org.mule.example.bookstore.Book

Packages that use Book
org.mule.example.bookstore   
 

Uses of Book in org.mule.example.bookstore
 

Methods in org.mule.example.bookstore that return types with arguments of type Book
 Collection<Book> Bookstore.getBooks()
           
 Collection<Book> BookstoreImpl.getBooks()
           
 

Methods in org.mule.example.bookstore with parameters of type Book
 long Bookstore.addBook(Book book)
           
 long BookstoreImpl.addBook(Book book)
           
 

Method parameters in org.mule.example.bookstore with type arguments of type Book
 Collection<Long> Bookstore.addBooks(Collection<Book> books)
           
 Collection<Long> BookstoreImpl.addBooks(Collection<Book> books)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.