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 TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service.final boolean
isSecure()
Returns if the Web Service requires authentication.Methods inherited from class org.deltava.service.MapPlotService
formatPoints, isLogged
Methods inherited from class org.deltava.service.WebService
error, error, error, getCount
-
Constructor Details
-
RoutePlotService
public RoutePlotService()
-
-
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 final boolean isSecure()Returns if the Web Service requires authentication.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE
-