com.ricebridge.xmlman.test
Class BadRecordsTest.SimpleBadRecordListener

java.lang.Object
  extended bycom.ricebridge.xmlman.BadRecordListenerSupport
      extended bycom.ricebridge.xmlman.CollectingBadRecordListener
          extended bycom.ricebridge.xmlman.test.BadRecordsTest.SimpleBadRecordListener
All Implemented Interfaces:
BadRecordListener
Enclosing class:
BadRecordsTest

public static class BadRecordsTest.SimpleBadRecordListener
extends CollectingBadRecordListener


Constructor Summary
BadRecordsTest.SimpleBadRecordListener()
           
 
Method Summary
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.
 
Methods inherited from class com.ricebridge.xmlman.CollectingBadRecordListener
getBadRecords
 
Methods inherited from class com.ricebridge.xmlman.BadRecordListenerSupport
endProcess, endProcessImpl, handleBadRecord, startProcess, startProcessImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadRecordsTest.SimpleBadRecordListener

public BadRecordsTest.SimpleBadRecordListener()
Method Detail

handleBadRecordImpl

protected void handleBadRecordImpl(BadRecord pBadRecord)
Description copied from class: BadRecordListenerSupport
Implement this method to receive each BadRecord as it occurs.

This method must be implemented by subclasses.

Specified by:
handleBadRecordImpl in class BadRecordListenerSupport
See Also:
BadRecordListenerSupport.handleBadRecord(BadRecord), BadRecordListener.handleBadRecord(BadRecord)

getBadRecordsImpl

protected List getBadRecordsImpl()
Description copied from class: CollectingBadRecordListener
Get the stored BadRecords from the underlying implementation.

Specified by:
getBadRecordsImpl in class CollectingBadRecordListener


Copyright © 2004-2005 Ricebridge