Package org.jpos.iso

Class ISOVMsg

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.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:
    Serialized Form
    • Field Detail

      • errors

        protected java.util.LinkedList errors
        list of errors
    • Constructor Detail

      • ISOVMsg

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