|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.customer.book.BookServiceImpl
public class BookServiceImpl
Constructor Summary | |
---|---|
BookServiceImpl()
|
Method Summary | |
---|---|
long |
addBook(Book b)
|
void |
deleteBook(long id)
|
Book |
getAnotherBook(GetAnotherBook getAnotherBook)
|
Book |
getBook(GetBook getBook)
|
Books |
getBooks()
|
void |
updateBook(Book b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookServiceImpl()
Method Detail |
---|
public Books getBooks()
getBooks
in interface BookService
public Book getBook(GetBook getBook) throws BookNotFoundFault
getBook
in interface BookService
BookNotFoundFault
public Book getAnotherBook(GetAnotherBook getAnotherBook) throws BookNotFoundFault
getAnotherBook
in interface BookService
BookNotFoundFault
public void updateBook(Book b)
updateBook
in interface BookService
public long addBook(Book b)
addBook
in interface BookService
public void deleteBook(long id)
deleteBook
in interface BookService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |