Package org.apache.cxf.customer.book
Class BookServiceImpl
java.lang.Object
org.apache.cxf.customer.book.BookServiceImpl
- All Implemented Interfaces:
BookService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoiddeleteBook(long id) getAnotherBook(GetAnotherBook getAnotherBook) getBooks()voidupdateBook(Book b)
-
Constructor Details
-
BookServiceImpl
public BookServiceImpl()
-
-
Method Details
-
getBooks
- Specified by:
getBooksin interfaceBookService
-
getBook
- Specified by:
getBookin interfaceBookService- Throws:
BookNotFoundFault
-
getAnotherBook
- Specified by:
getAnotherBookin interfaceBookService- Throws:
BookNotFoundFault
-
updateBook
- Specified by:
updateBookin interfaceBookService
-
addBook
- Specified by:
addBookin interfaceBookService
-
deleteBook
public void deleteBook(long id) - Specified by:
deleteBookin interfaceBookService
-