Class CoolerQuoteService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.CoolerQuoteService
A Web Service to allow Water Cooler quoting.
- Since:
- 2.7
- Version:
- 7.3
- 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
-
CoolerQuoteService
public CoolerQuoteService()
-
-
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
-