|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.BadRecordListenerSupport
com.ricebridge.xmlman.CollectingBadRecordListener
com.ricebridge.xmlman.test.CallSequenceTest.SequenceBadRecordListener
| Constructor Summary | |
CallSequenceTest.SequenceBadRecordListener(StringBuffer pSequence)
|
|
| Method Summary | |
protected void |
endProcessImpl()
Implement this method to receive notification that the processing of XML data has finished. |
protected List |
getBadRecordsImpl()
Get the stored BadRecords from the underlying implementation. |
protected void |
handleBadRecordImpl(BadRecord pBadRecord)
Implement this method to receive each BadRecord as it occurs. |
protected void |
startProcessImpl()
Implement this method to receive notification that the processing of XML data is about to start. |
| Methods inherited from class com.ricebridge.xmlman.CollectingBadRecordListener |
getBadRecords |
| Methods inherited from class com.ricebridge.xmlman.BadRecordListenerSupport |
endProcess, handleBadRecord, startProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CallSequenceTest.SequenceBadRecordListener(StringBuffer pSequence)
| Method Detail |
protected void startProcessImpl()
BadRecordListenerSupportThis method is optional for subclasses, as an empty implementation is provided here.
startProcessImpl in class BadRecordListenerSupportBadRecordListenerSupport.startProcess(),
BadRecordListener.startProcess()protected void endProcessImpl()
BadRecordListenerSupportThis method is optional for subclasses, as an empty implementation is provided here.
endProcessImpl in class BadRecordListenerSupportBadRecordListenerSupport.endProcess(),
BadRecordListener.endProcess()protected void handleBadRecordImpl(BadRecord pBadRecord)
BadRecordListenerSupportBadRecord as it occurs.
This method must be implemented by subclasses.
handleBadRecordImpl in class BadRecordListenerSupportBadRecordListenerSupport.handleBadRecord(BadRecord),
BadRecordListener.handleBadRecord(BadRecord)protected List getBadRecordsImpl()
CollectingBadRecordListenerBadRecords from the underlying implementation.
getBadRecordsImpl in class CollectingBadRecordListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||