Uses of Class
org.apache.cxf.customer.book.Book

Packages that use Book
org.apache.cxf.customer.book Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Book in org.apache.cxf.customer.book
 

Methods in org.apache.cxf.customer.book that return Book
 Book BookService.getAnotherBook(GetAnotherBook getAnotherBook)
           
 Book BookServiceImpl.getAnotherBook(GetAnotherBook getAnotherBook)
           
 Book BookService.getBook(GetBook getBook)
           
 Book BookServiceImpl.getBook(GetBook getBook)
           
 Book BookServiceWrapped.getBook(long bookid)
           
 Book BookServiceWrappedImpl.getBook(long bookid)
           
 Book[] Books.getBooks()
           
 

Methods in org.apache.cxf.customer.book with parameters of type Book
 long BookService.addBook(Book c)
           
 long BookServiceImpl.addBook(Book b)
           
 void Books.setBooks(Book[] b)
           
 void BookService.updateBook(Book c)
           
 void BookServiceImpl.updateBook(Book b)
           
 



Apache CXF