T - The type to implementpublic abstract class AbstractComponentAwareFactoryBean<T> extends AbstractFactoryBean<T>
DestructableComponent.logger| Constructor and Description |
|---|
AbstractComponentAwareFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
createInstance()
Call the parent class to create the object, then initialize it aposite.
|
protected void |
destroyInstance(T instance)
.
|
protected abstract T |
doCreateInstance()
Call the parent class to create the instance.
|
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonprotected void destroyInstance(T instance) throws Exception
destroyInstance in class AbstractFactoryBean<T>Exceptionprotected final T createInstance() throws Exception
createInstance in class AbstractFactoryBean<T>ExceptionCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.