Class VErrorParser
java.lang.Object
org.jpos.iso.validator.VErrorParser
Parse ISOComponents and put the errors into a list.
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(PrintStream p, String indent) Parse error list, and get an dump the xml string representing the list.getRealm()Parse an ISOComponent and get an error vector.voidFree errors memory.void
-
Field Details
-
logger
-
realm
-
-
Constructor Details
-
VErrorParser
public VErrorParser()
-
-
Method Details
-
getVErrors
Parse an ISOComponent and get an error vector.- Parameters:
c- Component to parse.- Returns:
- error vector.
-
parseXMLErrorList
-
setLogger
-
getRealm
-
getLogger
-
dump
Parse error list, and get an dump the xml string representing the list.Ex:
-
resetErrors
Free errors memory.
-