jPOS 1.6.1 API Documentation

org.jpos.iso
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

Version:
1.0
Author:
Jose Eduardo Leon

Method Summary
 ISOComponent validate(ISOComponent m)
          Validate an ISOComponent.
 

Method Detail

validate

ISOComponent validate(ISOComponent m)
                      throws ISOException
Validate an ISOComponent.

Throws:
ISOVException - if break-on-error is assummed and there are some errors.
ISOException

jPOS.org