|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.jettison.FlightList
@Path(value="/flights") public class FlightList
TODO javadoc.
| Constructor Summary | |
|---|---|
FlightList()
|
|
| Method Summary | |
|---|---|
Flights |
getFlightList()
|
void |
initData()
|
void |
putFlightList(Flights flights)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlightList()
| Method Detail |
|---|
@GET
@Produces(value={"application/json","application/xml"})
public Flights getFlightList()
@PUT
@Consumes(value={"application/json","application/xml"})
public void putFlightList(Flights flights)
@POST
@Path(value="init")
@Produces(value={"application/json","application/xml"})
public void initData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||