com.ricebridge.xmlman.test
Class CallSequenceTest.SequenceBadRecordListener

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

public class CallSequenceTest.SequenceBadRecordListener
extends CollectingBadRecordListener


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

CallSequenceTest.SequenceBadRecordListener

public CallSequenceTest.SequenceBadRecordListener(StringBuffer pSequence)
Method Detail

startProcessImpl

protected void startProcessImpl()
Description copied from class: BadRecordListenerSupport
Implement this method to receive notification that the processing of XML data is about to start.

This method is optional for subclasses, as an empty implementation is provided here.

Overrides:
startProcessImpl in class BadRecordListenerSupport
See Also:
BadRecordListenerSupport.startProcess(), BadRecordListener.startProcess()

endProcessImpl

protected void endProcessImpl()
Description copied from class: BadRecordListenerSupport
Implement this method to receive notification that the processing of XML data has finished.

This method is optional for subclasses, as an empty implementation is provided here.

Overrides:
endProcessImpl in class BadRecordListenerSupport
See Also:
BadRecordListenerSupport.endProcess(), BadRecordListener.endProcess()

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