Class RepositoryBasedDataSourceFinder
java.lang.Object
org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
Finds a DataSource from DataSource Repositories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind a DataSource using the given namevoidinit(DataSourceRepositoryManager dataSourceRepositoryManager) boolean
-
Constructor Details
-
RepositoryBasedDataSourceFinder
public RepositoryBasedDataSourceFinder()
-
-
Method Details
-
init
-
find
Find a DataSource using the given name- Parameters:
name- name of the DataSource to be found- Returns:
- DataSource if found , otherwise null
-
isInitialized
public boolean isInitialized()
-