@Produces(value="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(value={"application/xml","text/xml","application/json"}) public Item getXml()
public String toString()
toString
Object
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.