Package com.orchestranetworks.addon.dex
Interface DataExchangeConfigurationService
-
public interface DataExchangeConfigurationServiceProvides the methods to execute EBX Data Exchange Add-on configuration import and export.- Since:
- 2.4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataExchangeResult.XMLExportdoExport(ExportDataExchangeConfigurationSpec spec)Returns the result of the EBX Data Exchange Add-on configuration export to an XML file.DataExchangeResult.XMLImportdoImport(ImportDataExchangeConfigurationSpec spec)Returns the result of the EBX Data Exchange Add-on configuration import from an XML file.
-
-
-
Method Detail
-
doExport
DataExchangeResult.XMLExport doExport(ExportDataExchangeConfigurationSpec spec) throws DataExchangeException
Returns the result of the EBX Data Exchange Add-on configuration export to an XML file.- Parameters:
spec- Specification which stores the configuration used for exporting the EBX Data Exchange Add-on configurationExportDataExchangeConfigurationSpec.- Throws:
DataExchangeException
-
doImport
DataExchangeResult.XMLImport doImport(ImportDataExchangeConfigurationSpec spec) throws DataExchangeException
Returns the result of the EBX Data Exchange Add-on configuration import from an XML file.- Parameters:
spec- Specification which stores the configuration used for importing the EBX Data Exchange Add-on configurationImportDataExchangeConfigurationSpec.- Throws:
DataExchangeException
-
-