Class RoutePlotService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.MapPlotService
org.deltava.service.exam.RoutePlotService
A Web Service to plot maps for route plotting Examination questions.
- Since:
- 2.3
- Version:
- 11.1
- 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.Methods inherited from class MapPlotService
formatPoints, isLoggedMethods inherited from class WebService
error, error, error
-
Constructor Details
-
RoutePlotService
public RoutePlotService()
-
-
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
-