Package com.helger.phase4.peppol
Interface IPhase4PeppolValidationResultHandler
- All Known Implementing Classes:
Phase4PeppolValidatonResultHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for handling Peppol validation errors
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidonValidationErrors(@NonNull com.helger.phive.api.result.ValidationResultList aValidationResult) Deprecated, for removal: This API element is subject to removal in a future version.voidonValidationSuccess(@NonNull com.helger.phive.api.result.ValidationResultList aValidationResult) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
onValidationSuccess
@Deprecated(forRemoval=true, since="4.4.3") void onValidationSuccess(@NonNull com.helger.phive.api.result.ValidationResultList aValidationResult) throws com.helger.phase4.util.Phase4Exception Deprecated, for removal: This API element is subject to removal in a future version.Invoked, if no validation error is present. This method is invoked if only warnings are present.- Parameters:
aValidationResult- The full validation results. Nevernull.- Throws:
com.helger.phase4.util.Phase4Exception- Implementation dependent
-
onValidationErrors
@Deprecated(forRemoval=true, since="4.4.3") void onValidationErrors(@NonNull com.helger.phive.api.result.ValidationResultList aValidationResult) throws com.helger.phase4.util.Phase4Exception Deprecated, for removal: This API element is subject to removal in a future version.Invoked, if at least one validation error is present.- Parameters:
aValidationResult- The full validation results. Nevernull.- Throws:
com.helger.phase4.util.Phase4Exception- Implementation dependent
-