public ModifiableXaDataSource getValue() throws IllegalStateException, IllegalArgumentException {
return dataSourceConfig;
}
public Injector<String> getXaDataSourcePropertyInjector(String key) {
return new ConcurrentMapInjector(xaDataSourceProperties, key);
}