类 ServiceBuilder


  • public class ServiceBuilder
    extends java.lang.Object
    Helper class to create service instance.
    • 构造器详细资料

      • ServiceBuilder

        public ServiceBuilder​(ServiceEndpoint serviceEndpoint)
        Create by the service end point.
        参数:
        serviceEndpoint - The service end point.
    • 方法详细资料

      • createFilesService

        public FilesService createFilesService()
        Create the service for the files module.
        返回:
        The instance of file service.
      • createDatabase

        public DatabaseService createDatabase()
        Create the service for the database module.
        返回:
        The instance of database service.
      • createScriptingService

        public ScriptingService createScriptingService()
        Create the service of the scripting module.
        返回:
        The instance of scripting service.
      • createBackupService

        public BackupService createBackupService()
        Create the service of the backup module.
        返回:
        The instance of the backup service.