Class ChatLogService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.acars.ChatLogService
A Web Service to display aggregated ACARS chat logs.
- Since:
- 2.2
- Version:
- 7.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service.final booleanisSecure()Returns if the Web Service requires authentication.
-
Constructor Details
-
ChatLogService
public ChatLogService()
-
-
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
-
isSecure
public final boolean isSecure()Returns if the Web Service requires authentication.- Overrides:
isSecurein classWebService- Returns:
- TRUE
-