jPOS 1.6.1 API Documentation

org.jpos.iso.validator
Class MSGTEST

java.lang.Object
  extended by org.jpos.iso.ISOBaseValidator
      extended by org.jpos.iso.validator.MSGTEST
All Implemented Interfaces:
Configurable, ReConfigurable, 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

Constructor Summary
MSGTEST()
           
MSGTEST(boolean breakOnError)
           
 
Method Summary
 ISOComponent validate(ISOComponent m)
          Validate field-interdependency.
 
Methods inherited from class org.jpos.iso.ISOBaseValidator
breakOnError, getLogger, getRealm, setBreakOnError, setConfiguration, setLogger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSGTEST

public MSGTEST()

MSGTEST

public MSGTEST(boolean breakOnError)
Method Detail

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.

jPOS.org