Package | Description |
---|---|
psdi.iface.load |
Modifier and Type | Method and Description |
---|---|
void |
FlatFileLoaderImpl.processFlatData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
RecoveryService recoveryService,
MboRemote npMbo)
Process Flat file.
|
void |
JSONFileLoaderImpl.processJSONData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
RecoveryService recoveryService,
MboRemote npMbo)
Process Flat file.
|
void |
XmlFileLoaderImpl.processXMLData(java.io.InputStream btIn,
java.lang.String extSystemName,
java.lang.String entServiceName,
RecoveryService recService,
MboRemote npMbo)
Process Xml File.
|
Constructor and Description |
---|
DefaultInboundXMLSplitter(ExtSystemInfo extInfo,
MaxExtIfaceInInfo extInInfo,
boolean preview,
boolean fromClient,
RecoveryService recService,
MboRemote npMbo,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner) |