Class DataSourceFactory

java.lang.Object
org.apache.synapse.commons.datasource.factory.DataSourceFactory

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

    • 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