接口 SettingsValidationService
- 所有已知实现类:
DefaultSettingsValidationService
public interface SettingsValidationService
-
方法概要
修饰符和类型方法说明Checks the Command Service.checkCommandService(String url, Security security, HttpClientSettings httpClientSettings) Checks the Command Service by the Document Server URL.Checks the Convert Service.checkConvertService(String url, String productInnerUrl, Security security, HttpClientSettings httpClientSettings) Checks the Convert Service by the Document Server URL.Checks the Document Server.checkDocumentServer(String url, HttpClientSettings httpClientSettings) Checks the Document Server by its URL.
-
方法详细资料
-
checkDocumentServer
Checks the Document Server.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.
-
checkDocumentServer
ValidationResult checkDocumentServer(String url, HttpClientSettings httpClientSettings) throws Exception Checks the Document Server by its URL.- 参数:
url- The URL to the Document Server.httpClientSettings- The settings for http client.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-
checkCommandService
Checks the Command Service.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.
-
checkCommandService
ValidationResult checkCommandService(String url, Security security, HttpClientSettings httpClientSettings) throws Exception Checks the Command Service by the Document Server URL.- 参数:
url- The URL to the Document Server.security- The security parameters.httpClientSettings- The settings for http client.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-
checkConvertService
Checks the Convert Service.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.
-
checkConvertService
ValidationResult checkConvertService(String url, String productInnerUrl, Security security, HttpClientSettings httpClientSettings) throws Exception Checks the Convert Service by the Document Server URL.- 参数:
url- The URL to the Document Server.productInnerUrl- The internal URL to the integration product.security- The security parameters.httpClientSettings- The settings for http client.- 返回:
- The
ValidationResultobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-