Interface IPhase4PeppolValidationResultHandler

All Known Implementing Classes:
Phase4PeppolValidatonResultHandler

@Deprecated(forRemoval=true, since="4.4.3") public interface IPhase4PeppolValidationResultHandler
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 Type
    Method
    Description
    void
    onValidationErrors(@NonNull com.helger.phive.api.result.ValidationResultList aValidationResult)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    onValidationSuccess(@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. Never null.
      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. Never null.
      Throws:
      com.helger.phase4.util.Phase4Exception - Implementation dependent