org.apache.cxf.customer.book
Class BookServiceWrappedImpl

java.lang.Object
  extended by org.apache.cxf.customer.book.BookServiceWrappedImpl
All Implemented Interfaces:
BookServiceWrapped

public class BookServiceWrappedImpl
extends java.lang.Object
implements BookServiceWrapped


Constructor Summary
BookServiceWrappedImpl()
           
 
Method Summary
 Book getBook(long bookid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookServiceWrappedImpl

public BookServiceWrappedImpl()
Method Detail

getBook

public Book getBook(long bookid)
             throws BookNotFoundFault
Specified by:
getBook in interface BookServiceWrapped
Throws:
BookNotFoundFault


Apache CXF