Package org.apache.cxf.customer.book
Interface BookService
- All Known Implementing Classes:
BookServiceImpl
public interface BookService
-
Method Summary
Modifier and TypeMethodDescriptionlongvoiddeleteBook(long id) getAnotherBook(GetAnotherBook getAnotherBook) getBooks()voidupdateBook(Book c)
-
Method Details
-
getBooks
Books getBooks() -
getBook
- Throws:
BookNotFoundFault
-
getAnotherBook
- Throws:
BookNotFoundFault
-
updateBook
-
addBook
-
deleteBook
- Throws:
BookNotFoundFault
-