Package com.orchestranetworks.addon.dex
Interface DataExchangeConfigurationService
-
public interface DataExchangeConfigurationServiceProvides the methods to execute {addon.label} 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 {addon.label} configuration export to an XML file.DataExchangeResult.XMLImportdoImport(ImportDataExchangeConfigurationSpec spec)Returns the result of the {addon.label} configuration import from an XML file.
-
-
-
Method Detail
-
doExport
DataExchangeResult.XMLExport doExport(ExportDataExchangeConfigurationSpec spec) throws DataExchangeException
Returns the result of the {addon.label} configuration export to an XML file.- Parameters:
spec- Specification which stores the configuration used for exporting the {addon.label} configurationExportDataExchangeConfigurationSpec.- Throws:
DataExchangeException
-
doImport
DataExchangeResult.XMLImport doImport(ImportDataExchangeConfigurationSpec spec) throws DataExchangeException
Returns the result of the {addon.label} configuration import from an XML file.- Parameters:
spec- Specification which stores the configuration used for importing the {addon.label} configurationImportDataExchangeConfigurationSpec.- Throws:
DataExchangeException
-
-