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

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

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

Methods in org.apache.cxf.customer.book that throw BookNotFoundFault
 void BookService.deleteBook(long id)
           
 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)
           
 



Apache CXF