Class FlightList


  • @Path("/flights")
    public class FlightList
    extends Object
    TODO javadoc.
    Author:
    Jakub Podlesak, Marek Potociar
    • Constructor Detail

      • FlightList

        public FlightList()
    • Method Detail

      • getFlightList

        @GET
        @Produces({"application/json","application/xml"})
        public Flights getFlightList()
      • putFlightList

        @PUT
        @Consumes({"application/json","application/xml"})
        public void putFlightList​(Flights flights)
      • initData

        @POST
        @Path("init")
        @Produces({"application/json","application/xml"})
        public void initData()