public class OSXmlFileLoaderImpl extends BaseFileLoaderImpl
Constructor and Description |
---|
OSXmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
Modifier and Type | Method and Description |
---|---|
void |
processObjectStructureXMLData(java.io.InputStream btIn,
java.lang.String osName,
java.lang.String msgType,
MboRemote npMbo)
Process Xml File.
|
processData, setImportRow, setStopOnError
public OSXmlFileLoaderImpl(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 nameMXException
java.rmi.RemoteException
public void processObjectStructureXMLData(java.io.InputStream btIn, java.lang.String osName, java.lang.String msgType, MboRemote npMbo) throws MXException
btIn
- InputStream of the file to be processedosName
- Object Structure NamenpMbo
- Non persistent MboMXException