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
    void
    validate(N message)
    Validates the message against the schema and populates an error if the validation fails
  • Method Details

    • validate

      void validate(N message) throws IOException, SAXException, javax.xml.bind.JAXBException
      Validates the message against the schema and populates an error if the validation fails
      Parameters:
      message - the NDC message
      Throws:
      IOException
      SAXException
      javax.xml.bind.JAXBException