Class InstallerInfoService

java.lang.Object
org.deltava.service.WebService
org.deltava.service.InstallerInfoService

public class InstallerInfoService extends WebService
A Web Service to display Fleet Library Information.
Since:
1.0
Version:
7.3
Author:
Luke
  • Constructor Details

    • InstallerInfoService

      public InstallerInfoService()
  • Method Details

    • execute

      public int execute(ServiceContext ctx) throws ServiceException
      Executes the Web Service, returning an XML snippet for the Fleet Library page
      Specified by:
      execute in class WebService
      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 class WebService
      Returns:
      FALSE
    • isSecure

      public final boolean isSecure()
      Marks the Web Service as secure.
      Overrides:
      isSecure in class WebService
      Returns:
      TRUE always