Interface ISOValidator
- All Known Implementing Classes:
CTCSubElementPackager, CTCSubFieldPackager, GenericValidatingPackager, ISOBaseValidatingPackager, ISOBaseValidator, ISOFieldValidator, ISOMsgFieldValidatingPackager, ISOMsgFieldValidator, IVA_ALPHANUM, IVA_ALPHANUMNOBLANK, IVA_ALPHANUMNOZERO, IVA_ALPHANUMNOZERO_NOBLANK, IVA_NUM, IVA_NUMNOZERO, MSGTEST, MSGTEST02, TEST0100
public interface ISOValidator
Validates a jPOS ISOComponent. These kind of validations are
considered in lowest level. Validation models at higher level
must not be considered here. Something like field-interdependency
and others complex validation rules are not included in these validations.
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
-
Method Summary
Modifier and TypeMethodDescriptionValidate an ISOComponent.
-
Method Details
-
validate
Validate an ISOComponent.- Throws:
ISOException- if break-on-error is assummed and there are some errors.
-