org.jpos.iso.validator
Class MSGTEST02
java.lang.Object
org.jpos.iso.ISOBaseValidator
org.jpos.iso.validator.MSGTEST02
- All Implemented Interfaces:
- Configurable, ReConfigurable, ISOValidator, LogSource
public class MSGTEST02
- extends ISOBaseValidator
VALIDATES FIELD INTERDEPENDENCY. IF FIELD 0 ENDS WITH 1 THEN
FIELD 1 MUST END WITH 0.
ONLY TEST PURPOSE.
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSGTEST02
public MSGTEST02()
MSGTEST02
public MSGTEST02(boolean breakOnError)
validate
public ISOComponent validate(ISOComponent m)
throws ISOException
- Description copied from class:
ISOBaseValidator
- Validate field-interdependency.
- Specified by:
validate in interface ISOValidator- Overrides:
validate in class ISOBaseValidator
- Parameters:
m - Component to validate
- Returns:
- ISOComponent or ISOVComponent resulting of validation process.
- Throws:
ISOException - if break-on-error is true and an error succedd.