|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FIXErrorContainer | |
---|---|
com.epam.fix.validation | |
com.epam.fix.validation.engine | |
com.epam.fix.validation.engine.validators | |
com.epam.fix.validation.error |
Uses of FIXErrorContainer in com.epam.fix.validation |
---|
Methods in com.epam.fix.validation that return FIXErrorContainer | |
---|---|
FIXErrorContainer |
ValidationResult.getErrors()
Gets all errors. |
FIXErrorContainer |
IMessageValidator.validateFIXMessage(FIXFieldList message)
Validates the fix message. |
FIXErrorContainer |
IMessageValidator.validateFIXMessage(String msgType,
FIXFieldList message)
Validates the fix message. |
Uses of FIXErrorContainer in com.epam.fix.validation.engine |
---|
Methods in com.epam.fix.validation.engine that return FIXErrorContainer | |
---|---|
abstract FIXErrorContainer |
AbstractValidator.validate(String msgType,
IValidationFIXMessage fixMessage,
boolean isContentValidation)
Method "validate" validates of FIX message and returns list of errors of validation process. |
FIXErrorContainer |
IValidator.validate(String msgType,
IValidationFIXMessage fixMessage,
boolean isContentValidation)
Validates the message. |
FIXErrorContainer |
ValidationEngine.validateFIXMessage(FIXFieldList message)
|
FIXErrorContainer |
ValidationEngine.validateFIXMessage(String msgType,
FIXFieldList message)
Method validateFIXMessage validates the FIXMessage. |
Uses of FIXErrorContainer in com.epam.fix.validation.engine.validators |
---|
Methods in com.epam.fix.validation.engine.validators that return FIXErrorContainer | |
---|---|
FIXErrorContainer |
MessageTypeValidator.validate(String msgType,
FIXFieldList fixMessage,
boolean isContentValidation)
|
FIXErrorContainer |
ConditionalValidator.validate(String msgType,
IValidationFIXMessage fixMessage,
boolean isContentValidation)
|
FIXErrorContainer |
DuplicatedFieldValidator.validate(String msgType,
IValidationFIXMessage fixMessage,
boolean isContentValidation)
|
FIXErrorContainer |
FieldAllowedInMessageValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
FieldOrderValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
FieldsDefinitionsTypeValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
GroupValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
MessageTypeValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
MessageWelformedValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
RequiredFieldValidator.validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
|
FIXErrorContainer |
DuplicatedFieldValidator.validate2(String msgType,
ValidationFIXMessage fixMessage,
boolean isContentValidation)
|
Methods in com.epam.fix.validation.engine.validators with parameters of type FIXErrorContainer | |
---|---|
protected void |
ConditionalValidator.validateConditionalTags(Map<Integer,ICondition> conditionMap,
ValidationFIXMessage fixMessage,
FIXFieldList fixFieldList,
boolean fromGroup,
FIXErrorContainer errors)
|
Uses of FIXErrorContainer in com.epam.fix.validation.error |
---|
Methods in com.epam.fix.validation.error with parameters of type FIXErrorContainer | |
---|---|
void |
FIXErrorContainer.addAllErrors(FIXErrorContainer fixErrorContainer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |