Class DataSourceFactory


  • public class DataSourceFactory
    extends Object
    Factory for creating a DataSource based on information in DataSourceInformation
    • Method Detail

      • createDataSource

        public static DataSource createDataSource​(DataSourceInformation dataSourceInformation)
        Factory method to create a DataSource based on provided information which is encapsulated in the DataSourceInformation object.
        Parameters:
        dataSourceInformation - Information about DataSource
        Returns:
        DataSource Instance if one can be created , otherwise null or exception if provided details are not valid or enough to create a DataSource