Class ISOVMsg
java.lang.Object
org.jpos.iso.ISOComponent
org.jpos.iso.ISOMsg
org.jpos.iso.ISOVMsg
- All Implemented Interfaces:
Externalizable, Serializable, Cloneable, ISOVErrorList, Loggeable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddISOVError(ISOVError Error) Add an error component to the list of errors.Get an error iterator instance.Methods inherited from class ISOMsg
clone, clone, clone, dump, getBytes, getBytes, getChildren, getComponent, getComponent, getComposite, getDirection, getFieldNumber, getHeader, getISOHeader, getKey, getMaxField, getMTI, getPackager, getSource, getString, getString, getTrailer, getValue, getValue, getValue, hasAny, hasAny, hasField, hasField, hasFields, hasFields, hasMTI, isAdministrative, isAuthorization, isChargeback, isFeeCollection, isFileAction, isFinancial, isIncoming, isInner, isNetworkManagement, isOutgoing, isReconciliation, isRequest, isResponse, isRetransmission, isReversal, merge, merge, move, pack, readDirection, readExternal, readHeader, readPackager, recalcBitMap, set, set, set, set, set, set, setDirection, setFieldNumber, setHeader, setHeader, setMTI, setPackager, setResponseMTI, setRetransmissionMTI, setSource, setTrailer, setValue, toString, unpack, unpack, unset, unset, unset, unset, writeDirection, writeExternal, writeHeader, writePackagerMethods inherited from class ISOComponent
getBytes, pack
-
Field Details
-
errors
list of errors
-
-
Constructor Details
-
ISOVMsg
-
ISOVMsg
-
-
Method Details
-
addISOVError
Add an error component to the list of errors.- Specified by:
addISOVErrorin interfaceISOVErrorList- Parameters:
Error- Error instance to add.- Returns:
- True if the list of errors change after operation.
- See Also:
-
errorListIterator
Get an error iterator instance.- Specified by:
errorListIteratorin interfaceISOVErrorList- Returns:
- iterator.
-