Class ISOVMsg

All Implemented Interfaces:
Externalizable, Serializable, Cloneable, ISOVErrorList, Loggeable

public class ISOVMsg extends ISOMsg implements ISOVErrorList
Wrapper class resulting from process of validating an ISOMsg instance. Contains details of the original msg and validation-error details too. Normally in validation process when an error is detected by validator in msg, then the msg is replaced by an instance of this class, containning error details.

Title: jPOS

Description: Java Framework for Financial Systems

Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.

Company: www.jPOS.org

See Also:
  • Field Details

  • Constructor Details

    • ISOVMsg

      public ISOVMsg(ISOMsg Source)
      Create a message from original instance adding error data.
      Parameters:
      Source - Original msg instance.
    • ISOVMsg

      public ISOVMsg(ISOMsg Source, ISOVError FirstError)
      Wraps the source message and attaches an initial validation error.
      Parameters:
      Source - original ISOMsg to wrap
      FirstError - initial error attached to the message
  • Method Details