@Path(value="orders") public class Orders extends Object
Orders()
String
getOrder(String id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Orders()
@Path(value="{id}") @GET @Produces(value="text/plain") public String getOrder(@PathParam(value="id") String id)
Copyright © 2013. All Rights Reserved.