@IntegrationFlowValidator public class ExceptionalFlowEndValidator extends Object implements XFlowValidator<ExceptionalFlowEnd>
XFlowValidator for the validation of ExceptionalFlowEnd processing element| Constructor and Description |
|---|
ExceptionalFlowEndValidator() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowValidationResult> |
validate(ExceptionalFlowEnd processingElement)
Implementation of this method should perform the validation of the injected
XProcessingElement
instance. |
public List<FlowValidationResult> validate(ExceptionalFlowEnd processingElement)
XFlowValidatorXProcessingElement
instance.validate in interface XFlowValidator<ExceptionalFlowEnd>processingElement - processing element in the integration flowList of FlowValidationResult. It should be noted that, this list MUST
contains FlowValidationResult with the FlowValidationResult.status values of either
FlowValidationStatus.WARN or FlowValidationStatus.ERROR. If the injected XProcessingElement
passes the validation logic, then this method MUST return Collections.emptyList()Copyright © 2016–2019 AdroitLogic. All rights reserved.