return adapterConfiguration.getConfigData();
}
protected AbstractManagedCollectionAdapter createTargetAdapter(MixinConfiguration config)
throws FeedServerAdapterException {
CollectionAdapterConfiguration targetAdapterConfig = null;
try {
targetAdapterConfig =
getConfigStore().getAdapterConfiguration(getNameSpace(), config.getTargetAdapterName());
} catch (FeedConfigStoreException e) {
throwApplyingWrapperError(config);