Class Bookstore


  • @Path("/")
    @Singleton
    @Produces("text/html")
    public class Bookstore
    extends Object
    • Constructor Detail

      • Bookstore

        public Bookstore()
    • Method Detail

      • getItem

        @Path("items/{itemid}/")
        public Item getItem​(@PathParam("itemid")
                            String itemid)
      • getXml

        @GET
        @Produces({"application/xml","text/xml","application/json"})
        public Bookstore getXml()
      • getSystemTime

        public long getSystemTime()
      • getName

        public String getName()
      • setName

        public void setName​(String name)