@Path(value="/") @Singleton @Produces(value="text/html") public class Bookstore extends Object
| Constructor and Description |
|---|
Bookstore() |
@Path(value="items/{itemid}/")
public Item getItem(@PathParam(value="itemid")
String itemid)
@GET
@Produces(value={"application/xml","text/xml","application/json"})
public Bookstore getXml()
public long getSystemTime()
public String getName()
public void setName(String name)
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.