org.glassfish.jersey.examples.reload
Class ArrivalsResource

java.lang.Object
  extended by org.glassfish.jersey.examples.reload.ArrivalsResource

@Path(value="arrivals")
public class ArrivalsResource
extends Object

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Constructor Summary
ArrivalsResource()
           
 
Method Summary
 String getArrivals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrivalsResource

public ArrivalsResource()
Method Detail

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.