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 BookServiceImpl.getAnotherBook(GetAnotherBook getAnotherBook)
           
 Book BookService.getAnotherBook(GetAnotherBook getAnotherBook)
           
 Book BookServiceImpl.getBook(GetBook getBook)
           
 Book BookService.getBook(GetBook getBook)
           
 Book BookServiceWrappedImpl.getBook(long bookid)
           
 Book BookServiceWrapped.getBook(long bookid)
           
 Book[] Books.getBooks()
           
 

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



Apache CXF