public interface CatalogService
| Modifier and Type | Field and Description |
|---|---|
static String |
URL
The catalog will be accesible as a web service at this URL
|
| Modifier and Type | Method and Description |
|---|---|
Book |
getBook(long bookId)
Look up the details for a particular book by ID
|
Collection<Book> |
getBooks()
Return a collection of all books in the catalog
|
static final String URL
Collection<Book> getBooks()
Book getBook(long bookId)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.