jPOS 1.6.1 API Documentation

org.jpos.iso.validator
Class TEST0100

java.lang.Object
  extended by org.jpos.iso.ISOBaseValidator
      extended by org.jpos.iso.validator.TEST0100
All Implemented Interfaces:
Configurable, ReConfigurable, ISOValidator, LogSource

public class TEST0100
extends ISOBaseValidator

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

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

Constructor Detail

TEST0100

public TEST0100()

TEST0100

public TEST0100(boolean breakOnError)
Method Detail

setConfiguration

public void setConfiguration(Configuration cfg)
                      throws ConfigurationException
Specified by:
setConfiguration in interface Configurable
Overrides:
setConfiguration in class ISOBaseValidator
Parameters:
cfg - Configuration object
Throws:
ConfigurationException

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