public abstract class ValidationAndStatusHandler extends AbstractHandler
ValidationAndStatusHandler Dedicated validation handler for content type. A handler specifies how to
validate a message type it can handle.config| Constructor | Description |
|---|---|
ValidationAndStatusHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
Class<? extends ValidationHandler> |
getRelatedValidationHandler() |
Gives the related validation handler of the status message handler.
|
abstract ValidationInput |
initInput(String[] args) |
Generic method to initialise the
ValidationInput according to the provided arguments |
initContext, initContext, isApplicationDomainSupported, loadConfig, printHelp, validateContextpublic abstract ValidationInput initInput(String[] args)
ValidationInput according to the provided argumentsargs - the arguments to generate the ValidationInputValidationInputpublic Class<? extends ValidationHandler> getRelatedValidationHandler()
null.Copyright © 2025. All rights reserved.