com.epam.fix.validation.engine.validators
Class DuplicatedFieldValidator

java.lang.Object
  extended by com.epam.fix.validation.engine.AbstractValidator
      extended by com.epam.fix.validation.engine.validators.DuplicatedFieldValidator
All Implemented Interfaces:
IValidator

public class DuplicatedFieldValidator
extends AbstractValidator

Implementation of IValidator that supports duplicated field validation.

Author:
Serhiy_Zahriychuk, Volodymyr_Biloshkurskyi Date: Sep 9, 2008

Field Summary
 
Fields inherited from class com.epam.fix.validation.engine.AbstractValidator
fixErrorBuilder, util
 
Constructor Summary
DuplicatedFieldValidator(FIXUtil util)
          Cerates DuplicatedFieldValidator .
 
Method Summary
 FIXErrorContainer validate(String msgType, IValidationFIXMessage fixMessage, boolean isContentValidation)
          Method "validate" validates of FIX message and returns list of errors of validation process.
 FIXErrorContainer validate2(String msgType, ValidationFIXMessage fixMessage, boolean isContentValidation)
           
 
Methods inherited from class com.epam.fix.validation.engine.AbstractValidator
getUtil, isHeader, isHeaderOrTrailer, isMessageTypeExist, isTrailer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuplicatedFieldValidator

public DuplicatedFieldValidator(FIXUtil util)
Cerates DuplicatedFieldValidator .

Parameters:
util - of type FixUtils
Method Detail

validate

public FIXErrorContainer validate(String msgType,
                                  IValidationFIXMessage fixMessage,
                                  boolean isContentValidation)
Description copied from class: AbstractValidator
Method "validate" validates of FIX message and returns list of errors of validation process.

Specified by:
validate in interface IValidator
Specified by:
validate in class AbstractValidator
Parameters:
msgType - Type of Message.
fixMessage - FIX Message.
isContentValidation - If true that is mean that will be validation only content of FIX message, without header or trailer.
Returns:
List of errors of validation, if process of validationg is done successeful method returns empty list of errors.
See Also:
AbstractValidator

validate2

public FIXErrorContainer validate2(String msgType,
                                   ValidationFIXMessage fixMessage,
                                   boolean isContentValidation)


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