public interface DataExchangeConfigurationService
| Modifier and Type | Method and Description |
|---|---|
DataExchangeResult.XMLExport |
doExport(ExportDataExchangeConfigurationSpec spec)
Returns the result of the EBX® Data Exchange Add-on configuration export to an XML file.
|
DataExchangeResult.XMLImport |
doImport(ImportDataExchangeConfigurationSpec spec)
Returns the result of the EBX® Data Exchange Add-on configuration import from an XML file.
|
DataExchangeResult.XMLExport doExport(ExportDataExchangeConfigurationSpec spec) throws DataExchangeException
spec - Specification which stores the configuration used for exporting the EBX® Data Exchange Add-on configuration ExportDataExchangeConfigurationSpec.DataExchangeExceptionDataExchangeResult.XMLImport doImport(ImportDataExchangeConfigurationSpec spec) throws DataExchangeException
spec - Specification which stores the configuration used for importing the EBX® Data Exchange Add-on configuration ImportDataExchangeConfigurationSpec.DataExchangeException