org.glassfish.jersey.examples.jsonjaxb
Class FlightList

java.lang.Object
  extended by org.glassfish.jersey.examples.jsonjaxb.FlightList

@Path(value="/flights")
public class FlightList
extends java.lang.Object

TODO javadoc.

Author:
Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
FlightList()
           
 
Method Summary
 Flights getFlightList()
           
 void initData()
           
 void putFlightList(Flights flights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlightList

public FlightList()
Method Detail

getFlightList

public Flights getFlightList()

putFlightList

public void putFlightList(Flights flights)

initData

@Path(value="init")
public void initData()


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.