Class MSGTEST
java.lang.Object
org.jpos.iso.ISOBaseValidator
org.jpos.iso.validator.MSGTEST
- All Implemented Interfaces:
Configurable, ISOValidator, LogSource
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
-
Field Summary
Fields inherited from class ISOBaseValidator
breakOnError, cfg, logger, realm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate field-interdependency.Methods inherited from class ISOBaseValidator
breakOnError, getLogger, getRealm, setBreakOnError, setConfiguration, setLogger
-
Constructor Details
-
MSGTEST
public MSGTEST() -
MSGTEST
-
-
Method Details
-
validate
Description copied from class:ISOBaseValidatorValidate field-interdependency.- Specified by:
validatein interfaceISOValidator- Overrides:
validatein classISOBaseValidator- 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.
-