org.glassfish.jersey.examples.jettison
Class AircraftTypeList
java.lang.Object
org.glassfish.jersey.examples.jettison.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
@GET
@Produces(value={"application/json","application/xml"})
public List<AircraftType> getAircraftTypes()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.