|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpos.iso.validator.VErrorParser
public class 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 | |
|---|---|
protected Logger |
logger
|
protected String |
realm
|
| Constructor Summary | |
|---|---|
VErrorParser()
|
|
| Method Summary | |
|---|---|
void |
dump(PrintStream p,
String indent)
Parse error list, and get an dump the xml string representing the list. |
Logger |
getLogger()
|
String |
getRealm()
|
Vector |
getVErrors(ISOComponent c)
Parse an ISOComponent and get an error vector. |
String |
parseXMLErrorList()
|
void |
resetErrors()
Free errors memory. |
void |
setLogger(Logger logger,
String realm)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Logger logger
protected String realm
| Constructor Detail |
|---|
public VErrorParser()
| Method Detail |
|---|
public Vector getVErrors(ISOComponent c)
c - Component to parse.
public String parseXMLErrorList()
public void setLogger(Logger logger,
String realm)
setLogger in interface LogSourcepublic String getRealm()
getRealm in interface LogSourcepublic Logger getLogger()
getLogger in interface LogSource
public void dump(PrintStream p,
String indent)
Ex:
dump in interface Loggeablep - output streamindent - indent characterpublic void resetErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||