org.apache.camel.example.cxf.jaxrs.resources
Class BookStoreImpl
java.lang.Object
org.apache.camel.example.cxf.jaxrs.resources.BookStoreImpl
- All Implemented Interfaces:
- BookStore
public class BookStoreImpl
- extends Object
- implements BookStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookStoreImpl
public BookStoreImpl(boolean restFlag)
BookStoreImpl
public BookStoreImpl()
getBook
public Book getBook(Long id)
throws BookNotFoundFault
- Specified by:
getBook in interface BookStore
- Throws:
BookNotFoundFault
addBook
public Book addBook(Book book)
- Specified by:
addBook in interface BookStore
Apache CAMEL