Class AvailableFlightLegService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.schedule.AvailableFlightLegService
A Web Service to return the next available Leg number for a Flight.
- Since:
- 1.0
- Version:
- 9.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WebService
error, error, error, isLogged, isSecureModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.booleanisLogged()Returns whether this web service calls are logged.booleanisSecure()Returns whether this web service requires authentication.
-
Constructor Details
-
AvailableFlightLegService
public AvailableFlightLegService()
-
-
Method Details
-
execute
Executes the Web Service.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service Context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-