Class AdminService_JAXWS


  • public class AdminService_JAXWS
    extends java.lang.Object

    The AdminService service provides methods to retrieve meta-data about the server. It provides methods for getting date formats, getting configuration information about the server and getting a list of the installed services.

    Version:
    2013-08-26
    • Constructor Detail

      • AdminService_JAXWS

        public AdminService_JAXWS()
    • Method Detail

      • getDateFormats

        public DateFormat[] getDateFormats()
        Gets the three date formats: Input, Short, Long.
        Returns:
        A list of the three DateFormat SDOs, one for each of the configurable date formats: Input, Short, Long.
      • getServerInfo

        public ServerInfo getServerInfo()
        Gets information about the server.
        Returns:
        A ServerInfo SDO containing the server information. Throws fault exception with codes: Core.CouldNotGetDateFromDatabase.
      • getServiceList

        public ServiceInfo[] getServiceList()
        Gets the list of available services.
        Returns:
        A list of ServiceInfo SDOs for each available service.