org.glassfish.jersey.examples.jsonjaxb
Class AircraftTypeList

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

@Path(value="/aircrafts")
public class AircraftTypeList
extends java.lang.Object

TODO javadoc.

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

Constructor Summary
AircraftTypeList()
           
 
Method Summary
 java.util.List<AircraftType> getAircraftTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AircraftTypeList

public AircraftTypeList()
Method Detail

getAircraftTypes

public java.util.List<AircraftType> getAircraftTypes()


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