Class AdminService_JAXWS
- java.lang.Object
-
- com.opentext.livelink.service.core.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 Summary
Constructors Constructor Description AdminService_JAXWS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateFormat[]
getDateFormats()
Gets the three date formats: Input, Short, Long.ServerInfo
getServerInfo()
Gets information about the server.ServiceInfo[]
getServiceList()
Gets the list of available services.
-
-
-
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.
-
-