|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.impexp.smartie.impl.SmartImportServiceImpl
public final class SmartImportServiceImpl
Provides the implementation for performing a smart import of a smart export file.
SmartExportServiceImpl| Constructor Summary | |
|---|---|
SmartImportServiceImpl(OdiInstance pOdiInstance)Constructs an ImportServiceImpl object. |
|
| Method Summary | |
|---|---|
void |
importFromXml(java.lang.String pFileName)This method performs a Smart Import for a Smart Export XML file. |
void |
importFromXml(java.lang.String pFileName, java.lang.String pResponseFileName)This method performs a Smart Import for a Smart Export XML file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmartImportServiceImpl(OdiInstance pOdiInstance)
pOdiInstance - an OdiInstance object| Method Detail |
|---|
public void importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName)
throws OdiSmartImportException,
java.io.IOException
importFromXml in interface ISmartImportServicepFileName - the filename of the Smart Export xml file.pResponseFileName - Smart Import response file saved from previous Smart Import UI session.java.io.IOException - if file does not exist.OdiSmartImportException - if the import fails.
public void importFromXml(java.lang.String pFileName)
throws OdiSmartImportException,
java.io.IOException
importFromXml in interface ISmartImportServicepFileName - the filename of the Smart Export xml file.java.io.IOException - if file does not exist.OdiSmartImportException - if the import fails.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||