org.glassfish.jersey.examples.reload
Class ArrivalsResource
java.lang.Object
org.glassfish.jersey.examples.reload.ArrivalsResource
@Path(value="arrivals")
public class ArrivalsResource
- extends Object
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrivalsResource
public ArrivalsResource()
getArrivals
@GET
@Produces(value="text/plain")
public String getArrivals()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.