org.apache.cxf.customer.book
Class BookServiceImpl
java.lang.Object
org.apache.cxf.customer.book.BookServiceImpl
- All Implemented Interfaces:
- BookService
public class BookServiceImpl
- extends Object
- implements BookService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookServiceImpl
public BookServiceImpl()
getBooks
public Books getBooks()
- Specified by:
getBooks in interface BookService
getBook
public Book getBook(GetBook getBook)
throws BookNotFoundFault
- Specified by:
getBook in interface BookService
- Throws:
BookNotFoundFault
getAnotherBook
public Book getAnotherBook(GetAnotherBook getAnotherBook)
throws BookNotFoundFault
- Specified by:
getAnotherBook in interface BookService
- Throws:
BookNotFoundFault
updateBook
public void updateBook(Book b)
- Specified by:
updateBook in interface BookService
addBook
public long addBook(Book b)
- Specified by:
addBook in interface BookService
deleteBook
public void deleteBook(long id)
- Specified by:
deleteBook in interface BookService
Apache CXF