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

  • Constructor Details

    • MSGTEST

      public MSGTEST()
      Default constructor.
    • MSGTEST

      public MSGTEST(boolean breakOnError)
      Constructs the validator with the requested error behaviour.
      Parameters:
      breakOnError - when true, validation throws on the first error
  • Method Details