Class OceanicPlotService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.schedule.OceanicPlotService
A Web Service to return Oceanic Track data.
- Since:
- 1.0
- Version:
- 9.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service.boolean
isLogged()
Returns if the Web Service invocation is logged.boolean
isSecure()
Returns whether this web service requires authentication.Methods inherited from class org.deltava.service.WebService
error, error, error, getCount
-
Constructor Details
-
OceanicPlotService
public OceanicPlotService()
-
-
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
-
isLogged
public boolean isLogged()Returns if the Web Service invocation is logged.- Overrides:
isLogged
in classWebService
- Returns:
- FALSE
-
isSecure
public boolean isSecure()Returns whether this web service requires authentication.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE
-