com.epam.fix.validation.engine
Interface IValidator

All Known Implementing Classes:
AbstractValidator, ConditionalValidator, DuplicatedFieldValidator, FieldAllowedInMessageValidator, FieldOrderValidator, FieldsDefinitionsTypeValidator, GroupValidator, MessageTypeValidator, MessageWelformedValidator, RequiredFieldValidator

public interface IValidator

The common interface for validation.

Author:
Serhiy_Zahriychuk

Method Summary
 FIXErrorContainer validate(String msgType, IValidationFIXMessage fixMessage, boolean isContentValidation)
          Validates the message.
 

Method Detail

validate

FIXErrorContainer validate(String msgType,
                           IValidationFIXMessage fixMessage,
                           boolean isContentValidation)
Validates the message.

Parameters:
msgType - the message type
fixMessage - the fix message
isContentValidation - the content validation flag, if sets to true, the validator validates only content flags.


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.