Class EndFlightService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.xacars.XAService
org.deltava.service.xacars.EndFlightService
The XACARS End Flight Service.
- Since:
- 4.1
- Version:
- 5.4
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XAService
authenticate, getProtocolVersion, getSimulator, isLogged, logModifier and TypeMethodDescriptionprotected static Pilotauthenticate(ServiceContext ctx, String userID, String pwd) Authenticates a user.protected static StringReturns the XACARS protocol version.protected static SimulatorReturns the simulator used.booleanisLogged()Returns whether this web service's calls are logged.protected static voidlog(ServiceContext ctx) Logs XACARS request parameters.Methods inherited from class WebService
error, error, error, isSecureModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.booleanisSecure()Returns whether this web service requires authentication.
-
Constructor Details
-
EndFlightService
public EndFlightService()
-
-
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
-