public class XMLProcessor extends RecordProcessor
RecordProcessor.RecoveryContext
Modifier and Type | Field and Description |
---|---|
protected XMLRecordContainer |
m_record
This member is used to collect attributes
|
m_config, m_dataReceiver, m_debugLevel, m_iLogger, m_inputCount, m_logger, m_recovery, m_reporter, m_scratchDir
Constructor and Description |
---|
XMLProcessor(LoggerIfc logger,
ConfigIfc config,
java.io.File scratchDir)
Construct a new XMLTransport to be used within the specified EINode.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getModuleName() |
void |
initialize()
This function is used to create and initialize the
Processor's components.
|
boolean |
processRecords(IStreamSource dataSource)
Function called to process input data
|
debug, error, getDataReceiver, processInput, setDataReceiver, setInputStatsMonitor
protected XMLRecordContainer m_record
protected java.lang.String getModuleName()
getModuleName
in class RecordProcessor
public void initialize() throws java.lang.Exception
initialize
in class RecordProcessor
java.lang.Exception
public boolean processRecords(IStreamSource dataSource)
processRecords
in class RecordProcessor