org.glassfish.jersey.examples.jettison
Class AircraftTypeList

java.lang.Object
  extended by 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)

Constructor Summary
AircraftTypeList()
           
 
Method Summary
 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

@GET
@Produces(value={"application/json","application/xml"})
public List<AircraftType> getAircraftTypes()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.