org.jboss.seam.exception.control.example.jaxrs.resource
Class BookResource

java.lang.Object
  extended by org.jboss.seam.exception.control.example.jaxrs.resource.BookResource

@ValidateRequest
public class BookResource
extends Object


Constructor Summary
BookResource()
           
 
Method Summary
 List<Book> getAllAuthors()
           
 Book getBookById(Long bookId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookResource

public BookResource()
Method Detail

getAllAuthors

public List<Book> getAllAuthors()

getBookById

public Book getBookById(Long bookId)


Copyright © 2010 Seam Framework. All Rights Reserved.