com.epam.fix.validation.engine
Interface IValidatorFactory

All Known Implementing Classes:
ValidatorFactory

public interface IValidatorFactory

The common interface for creating validators.

Author:
Serhiy_Zahriychuk

Method Summary
 IValidatorContainer createAllValidators()
          Creates list of validator.
 IValidatorContainer createRequiredValidator()
          Creates message type validator.
 IValidator createValidator(ValidatorType validatorType)
          Creates the validator.
 

Method Detail

createValidator

IValidator createValidator(ValidatorType validatorType)
Creates the validator.

Parameters:
validatorType - the type of validator

createAllValidators

IValidatorContainer createAllValidators()
Creates list of validator.

Returns:
validator container
See Also:
ValidatorType

createRequiredValidator

IValidatorContainer createRequiredValidator()
Creates message type validator.

Returns:
Container with instance of MessageTypeValidator.


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