public class BookServiceImpl extends Object implements BookService
| Constructor and Description | 
|---|
BookServiceImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
addBook(Book b)  | 
void | 
deleteBook(long id)  | 
Book | 
getAnotherBook(GetAnotherBook getAnotherBook)  | 
Book | 
getBook(GetBook getBook)  | 
Books | 
getBooks()  | 
void | 
updateBook(Book b)  | 
public Books getBooks()
getBooks in interface BookServicepublic Book getBook(GetBook getBook) throws BookNotFoundFault
getBook in interface BookServiceBookNotFoundFaultpublic Book getAnotherBook(GetAnotherBook getAnotherBook) throws BookNotFoundFault
getAnotherBook in interface BookServiceBookNotFoundFaultpublic void updateBook(Book b)
updateBook in interface BookServicepublic long addBook(Book b)
addBook in interface BookServicepublic void deleteBook(long id)
deleteBook in interface BookServiceApache CXF