org.apache.cxf.customer.book
Class BookServiceImpl

java.lang.Object
  extended by org.apache.cxf.customer.book.BookServiceImpl
All Implemented Interfaces:
BookService

public class BookServiceImpl
extends java.lang.Object
implements BookService


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

BookServiceImpl

public BookServiceImpl()
Method Detail

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