Interface NDCMessageComplianceValidator<N>

All Known Implementing Classes:
DefaultNDCMessageComplianceValidator

public interface NDCMessageComplianceValidator<N>
Interface for validating the produced messages against their schema
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(N message)
    Validates the message against the schema and populates an error if the validation fails
  • Method Details

    • validate

      boolean validate(N message)
      Validates the message against the schema and populates an error if the validation fails
      Parameters:
      message - the NDC message