Interface NDCMessageComplianceValidator<N>
- All Known Implementing Classes:
DefaultNDCMessageComplianceValidator
public interface NDCMessageComplianceValidator<N>
Interface for validating the produced messages against their schema
-
Method Summary
-
Method Details
-
validate
Validates the message against the schema and populates an error if the validation fails- Parameters:
message- the NDC message- Throws:
IOExceptionSAXExceptionjavax.xml.bind.JAXBException
-