org.glassfish.jersey.examples.jsonjaxb
Class AircraftTypeList
java.lang.Object
org.glassfish.jersey.examples.jsonjaxb.AircraftTypeList
@Path(value="/aircrafts")
public class AircraftTypeList
- extends Object
TODO javadoc.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AircraftTypeList
public AircraftTypeList()
getAircraftTypes
public List<AircraftType> getAircraftTypes()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.