Class OnlineFlightsService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.servinfo.JSONDataService
org.deltava.service.servinfo.OnlineFlightsService
A Web Service to download Online Network Flight data for validation.
- Since:
- 10.3
- Version:
- 10.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service, returning Pilot names and IDs.Methods inherited from class org.deltava.service.servinfo.JSONDataService
format
-
Constructor Details
-
OnlineFlightsService
public OnlineFlightsService()
-
-
Method Details
-
execute
Executes the Web Service, returning Pilot names and IDs.- Specified by:
execute
in classWebService
- Parameters:
ctx
- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException
- if an error occurs
-