public class DataProcessXML extends Object implements DataProcessWriterIntf
| Modifier and Type | Field and Description |
|---|---|
protected CloudFactory |
cloudFactory |
protected FileUtilIntf |
fileUtil |
protected Map<String,String> |
outputMap |
protected String |
outputType |
| Constructor and Description |
|---|
DataProcessXML() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeOutput() |
FileUtilIntf |
getFileUtil() |
void |
openOutput(DataProcessConfigIntf aConfig) |
void |
processBlockDetail(DataProcessEngine anEngine,
DataProcessBlock aBlock,
int aCount) |
void |
writeHeaderOutput() |
void |
writeOutput(String aData) |
protected CloudFactory cloudFactory
protected FileUtilIntf fileUtil
protected String outputType
public void openOutput(DataProcessConfigIntf aConfig) throws Exception
openOutput in interface DataProcessWriterIntfExceptionpublic void processBlockDetail(DataProcessEngine anEngine, DataProcessBlock aBlock, int aCount) throws Exception
processBlockDetail in interface DataProcessWriterIntfExceptionpublic void writeHeaderOutput()
throws Exception
writeHeaderOutput in interface DataProcessWriterIntfExceptionpublic void writeOutput(String aData) throws Exception
writeOutput in interface DataProcessWriterIntfExceptionpublic FileUtilIntf getFileUtil()
getFileUtil in interface DataProcessWriterIntfpublic void closeOutput()
throws Exception
closeOutput in interface DataProcessWriterIntfExceptionCopyright © 2020. All rights reserved.