public interface SettingsValidationService
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
checkCommandService()
Checks the Command Service.
|
ValidationResult |
checkCommandService(String url,
Security security,
HttpClientSettings httpClientSettings)
Deprecated.
|
ValidationResult |
checkConvertService()
Deprecated.
|
ValidationResult |
checkConvertService(String productUrl)
Checks the Convert Service by the Document Server URL.
|
ValidationResult |
checkConvertService(String url,
String productInnerUrl,
Security security,
HttpClientSettings httpClientSettings)
Deprecated.
|
ValidationResult |
checkDocumentServer()
Checks the Document Server.
|
ValidationResult |
checkDocumentServer(String url,
HttpClientSettings httpClientSettings)
Deprecated.
|
ValidationResult checkDocumentServer() throws Exception
ValidationResult object.Exception - If the processing fails unexpectedly.@Deprecated ValidationResult checkDocumentServer(String url, HttpClientSettings httpClientSettings) throws Exception
url - The URL to the Document Server.httpClientSettings - The settings for http client.ValidationResult object.Exception - If the processing fails unexpectedly.HttpClientSettingsValidationResult checkCommandService() throws Exception
ValidationResult object.Exception - If the processing fails unexpectedly.@Deprecated ValidationResult checkCommandService(String url, Security security, HttpClientSettings httpClientSettings) throws Exception
url - The URL to the Document Server.security - The security parameters.httpClientSettings - The settings for http client.ValidationResult object.Exception - If the processing fails unexpectedly.Security@Deprecated ValidationResult checkConvertService() throws Exception
ValidationResult object.Exception - If the processing fails unexpectedly.ValidationResult checkConvertService(String productUrl)
productUrl - The URL to the integration product.ValidationResult object.@Deprecated ValidationResult checkConvertService(String url, String productInnerUrl, Security security, HttpClientSettings httpClientSettings) throws Exception
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.ValidationResult object.Exception - If the processing fails unexpectedly.Security,
HttpClientSettingsCopyright © 2023–2025. All rights reserved.