@Service public class DataReaderManagerImpl extends java.lang.Object implements DataReaderManager, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
DataReaderManagerImpl() |
Modifier and Type | Method and Description |
---|---|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
DataStructureBean dsd,
DataflowBean dataflowBean)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
DataStructureBean dsd,
DataflowBean dataflowBean,
ProvisionAgreementBean provisionAgreement)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
SdmxBeanRetrievalManager retrievalManager)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public DataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, DataStructureBean dsd, DataflowBean dataflowBean)
DataReaderManager
getDataReaderEngine
in interface DataReaderManager
sourceData
- - giving access to an InputStream of the datadsd
- - describes the data in terms of the dimensionalitydataflowBean
- (optional)public DataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, DataStructureBean dsd, DataflowBean dataflowBean, ProvisionAgreementBean provisionAgreement)
DataReaderManager
getDataReaderEngine
in interface DataReaderManager
sourceData
- - giving access to an InputStream of the datadsd
- - describes the data in terms of the dimensionalitydataflowBean
- (optional)provisionAgreement
- (optional)public DataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, SdmxBeanRetrievalManager retrievalManager)
DataReaderManager
getDataReaderEngine
in interface DataReaderManager
sourceData
- - giving access to an InputStream of the dataretrievalManager
- - used to obtain the DataStructure(s) that describe the datapublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException