Book
CD
@Produces("text/html") public class Item extends Object
Item()
Item(String title, String author)
String
getAuthor()
getTitle()
Item
getXml()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Item()
public Item(String title, String author)
public String getTitle()
public String getAuthor()
@GET @Produces({"application/xml","text/xml","application/json"}) public Item getXml()
public String toString()
toString
Object