org.apache.cxf.customer.book
Interface BookService

All Known Implementing Classes:
BookServiceImpl

public interface BookService


Method Summary
 long addBook(Book c)
           
 void deleteBook(long id)
           
 Book getAnotherBook(GetAnotherBook getAnotherBook)
           
 Book getBook(GetBook getBook)
           
 Books getBooks()
           
 void updateBook(Book c)
           
 

Method Detail

getBooks

Books getBooks()

getBook

Book getBook(GetBook getBook)
             throws BookNotFoundFault
Throws:
BookNotFoundFault

getAnotherBook

Book getAnotherBook(GetAnotherBook getAnotherBook)
                    throws BookNotFoundFault
Throws:
BookNotFoundFault

updateBook

void updateBook(Book c)

addBook

long addBook(Book c)

deleteBook

void deleteBook(long id)
                throws BookNotFoundFault
Throws:
BookNotFoundFault


Apache CXF