Package com.orchestranetworks.addon.dex
Interface DataExchangeConfigurationService
public interface DataExchangeConfigurationService
Provides the methods to execute {addon.label} configuration import and export.
- Since:
 - 2.4.2
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the {addon.label} configuration export to an XML file.Returns the result of the {addon.label} configuration import from an XML file. 
- 
Method Details
- 
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
 
 -