Package org.duracloud.durastore.rest
Class StorageProviderFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<StorageProviderFactory>
org.duracloud.durastore.rest.StorageProviderFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<StorageProviderFactory>,org.springframework.beans.factory.InitializingBean
public class StorageProviderFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<StorageProviderFactory>
- Author:
- Daniel Bernstein
-
Field Summary
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccountIdUtil(DuraCloudRequestContextUtil accountIdUtil) voidsetStorageProviderFactoryCache(StorageProviderFactoryCache storageProviderFactoryCache) Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
StorageProviderFactoryBean
public StorageProviderFactoryBean()
-
-
Method Details
-
createInstance
- Specified by:
createInstancein classorg.springframework.beans.factory.config.AbstractFactoryBean<StorageProviderFactory>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<StorageProviderFactory>- Specified by:
getObjectTypein classorg.springframework.beans.factory.config.AbstractFactoryBean<StorageProviderFactory>
-
getStorageProviderFactoryCache
-
setStorageProviderFactoryCache
-
getAccountIdUtil
-
setAccountIdUtil
-