Class RawTrackService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.DownloadService
org.deltava.service.acars.RawTrackService
A Web Service to serve serialized ACARS track data for analytics usage.
- Since:
- 9.0
- Version:
- 10.5
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service.boolean
isLogged()
Returns whether this web service calls are logged.boolean
isSecure()
Returns whether this web service requires authentication.Methods inherited from class org.deltava.service.DownloadService
sendFile
Methods inherited from class org.deltava.service.WebService
error, error, error, getCount
-
Constructor Details
-
RawTrackService
public RawTrackService()
-
-
Method Details
-
execute
Executes the Web Service.- Specified by:
execute
in classWebService
- Parameters:
ctx
- the Web Service Context- Returns:
- the HTTP status code
- Throws:
ServiceException
- if an error occurs
-
isSecure
public boolean isSecure()Description copied from class:WebService
Returns whether this web service requires authentication.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE if authentication is required, otherwise FALSE
-
isLogged
public boolean isLogged()Description copied from class:WebService
Returns whether this web service calls are logged. High volume services like the Map/ServInfo route services will not be logged.- Overrides:
isLogged
in classWebService
- Returns:
- TRUE if invocation logging should be performed by the servlet, otherwise FALSE
-