public interface SettingsValidationService
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
checkCommandService()
Checks the Command Service.
|
ValidationResult |
checkCommandService(String url,
Security security,
HttpClientSettings httpClientSettings)
Checks the Command Service by the Document Server URL.
|
ValidationResult |
checkConvertService()
Checks the Convert Service.
|
ValidationResult |
checkConvertService(String url,
String productInnerUrl,
Security security,
HttpClientSettings httpClientSettings)
Checks the Convert Service by the Document Server URL.
|
ValidationResult |
checkDocumentServer()
Checks the Document Server.
|
ValidationResult |
checkDocumentServer(String url,
HttpClientSettings httpClientSettings)
Checks the Document Server by its URL.
|
ValidationResult checkDocumentServer() throws Exception
ValidationResult object.Exception - If the processing fails unexpectedly.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.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.SecurityValidationResult checkConvertService() throws Exception
ValidationResult object.Exception - If the processing fails unexpectedly.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–2024. All rights reserved.