Uses of Class
org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Packages that use DataSourceInformationRepository Package Description org.apache.synapse.commons.datasource org.apache.synapse.commons.datasource.factory -
-
Uses of DataSourceInformationRepository in org.apache.synapse.commons.datasource
Methods in org.apache.synapse.commons.datasource that return DataSourceInformationRepository Modifier and Type Method Description DataSourceInformationRepositoryDataSourceRepositoryHolder. getDataSourceInformationRepository()Methods in org.apache.synapse.commons.datasource with parameters of type DataSourceInformationRepository Modifier and Type Method Description voidDataSourceRepositoryHolder. init(DataSourceInformationRepository repository, Properties properties)Initialize DataSourceInformationRepository. -
Uses of DataSourceInformationRepository in org.apache.synapse.commons.datasource.factory
Methods in org.apache.synapse.commons.datasource.factory that return DataSourceInformationRepository Modifier and Type Method Description static DataSourceInformationRepositoryDataSourceInformationRepositoryFactory. createDataSourceInformationRepository(Properties properties)Factory method to create a DataSourceInformationRepository Use 'DataSourceRepositoryManager' as RepositoryListenerstatic DataSourceInformationRepositoryDataSourceInformationRepositoryFactory. createDataSourceInformationRepository(DataSourceInformationRepositoryListener listener, Properties properties)Factory method to create a DataSourceInformationRepositoryMethods in org.apache.synapse.commons.datasource.factory with parameters of type DataSourceInformationRepository Modifier and Type Method Description static voidDataSourceInformationRepositoryFactory. setupDataSourceInformationRepository(DataSourceInformationRepository datasourceInformationRepository, Properties properties)Setup an existing datasource information repository adding the provided datasource information.
-