Class InstallerInfoService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.InstallerInfoService
A Web Service to display Fleet Library Information.
- Since:
- 1.0
- Version:
- 7.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service, returning an XML snippet for the Fleet Library pagefinal boolean
isLogged()
Tells the Web Service Servlet not to log invocations of this service.final boolean
isSecure()
Marks the Web Service as secure.Methods inherited from class org.deltava.service.WebService
error, error, error, getCount
-
Constructor Details
-
InstallerInfoService
public InstallerInfoService()
-
-
Method Details
-
execute
Executes the Web Service, returning an XML snippet for the Fleet Library page- Specified by:
execute
in classWebService
- Parameters:
ctx
- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException
- if an error occurs
-
isLogged
public final boolean isLogged()Tells the Web Service Servlet not to log invocations of this service.- Overrides:
isLogged
in classWebService
- Returns:
- FALSE
-
isSecure
public final boolean isSecure()Marks the Web Service as secure.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE always
-