public class XmlFileLoaderImpl extends FileLoaderImpl
| Constructor and Description |
|---|
XmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
| Modifier and Type | Method and Description |
|---|---|
void |
processXMLData(java.io.InputStream btIn,
java.lang.String extSystemName,
java.lang.String entServiceName,
RecoveryService recService,
MboRemote npMbo)
Process Xml File.
|
getExtractOutputFile, processDatasetImportRow, setStopOnErrorpublic XmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
throws MXException,
java.rmi.RemoteException
preview - boolean indicating whether it is a UI preview mode or not.fromClient - boolean indicating whether it is from UI import or crontaskisFileExtract - Indicator of File Extract operationfileName - Input file name being importedprocessOwner - Process Owner; when cron Task, it is instance nameMXExceptionjava.rmi.RemoteExceptionpublic void processXMLData(java.io.InputStream btIn,
java.lang.String extSystemName,
java.lang.String entServiceName,
RecoveryService recService,
MboRemote npMbo)
throws MXException
btIn - InputStream of the file to be processedextSystemName - External System NameentServiceName - Enterprise Service namerecService - Recovery Service objectMXException