@Produces("text/html") public class Track extends Object
Track()
Track(String name, int length)
int
getLength()
String
getName()
Track
getXml()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Track()
public Track(String name, int length)
public String getName()
public int getLength()
@GET @Produces({"application/xml","text/xml","application/json"}) public Track getXml()