org.jpos.iso.validator
Class MSGTEST
java.lang.Object
org.jpos.iso.ISOBaseValidator
org.jpos.iso.validator.MSGTEST
- All Implemented Interfaces:
- Configurable, ISOValidator, LogSource
public class MSGTEST
- extends ISOBaseValidator
Tester to validate msg.
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSGTEST
public MSGTEST()
MSGTEST
public MSGTEST(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.
Copyright © 1998-2012 jPOS.org. All Rights Reserved.