|
jPOS 1.6.7 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.iso.ISOComponent
org.jpos.iso.ISOMsg
org.jpos.iso.ISOVMsg
public class ISOVMsg
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
| Field Summary |
|---|
| Fields inherited from class org.jpos.iso.ISOMsg |
|---|
INCOMING, OUTGOING |
| Constructor Summary | |
|---|---|
ISOVMsg(ISOMsg Source)
Create a message from original instance adding error data. |
|
ISOVMsg(ISOMsg Source,
ISOVError FirstError)
|
|
| Method Summary | |
|---|---|
boolean |
addISOVError(ISOVError Error)
Add an error component to the list of errors. |
java.util.ListIterator |
errorListIterator()
Get an error iterator instance. |
| Methods inherited from class org.jpos.iso.ISOMsg |
|---|
clone, clone, dump, getBytes, getBytes, getChildren, getComponent, getComponent, getComposite, getDirection, getHeader, getISOHeader, getKey, getMaxField, getMTI, getPackager, getSource, getString, getString, getValue, getValue, getValue, hasField, hasField, hasFields, hasFields, isIncoming, isInner, isOutgoing, isRequest, isResponse, isRetransmission, merge, move, pack, readExternal, recalcBitMap, set, set, set, set, set, set, setDirection, setFieldNumber, setHeader, setHeader, setMTI, setPackager, setResponseMTI, setRetransmissionMTI, setSource, setValue, toString, unpack, unpack, unset, unset, unset, writeExternal |
| Methods inherited from class org.jpos.iso.ISOComponent |
|---|
getBytes, pack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ISOVMsg(ISOMsg Source)
Source - Original msg instance.
public ISOVMsg(ISOMsg Source,
ISOVError FirstError)
| Method Detail |
|---|
public boolean addISOVError(ISOVError Error)
addISOVError in interface ISOVErrorListError - Error instance to add.
ISOVErrorpublic java.util.ListIterator errorListIterator()
errorListIterator in interface ISOVErrorList
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||