net.sf.doolin.context.support
Class AbstractServiceNameFactoryBean<F>
java.lang.Object
net.sf.doolin.context.support.AbstractServiceNameFactoryBean<F>
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- ServiceNamePatternFactoryBean
public abstract class AbstractServiceNameFactoryBean<F>
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceNameFactoryBean
public AbstractServiceNameFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
createBeanName
protected abstract String createBeanName(String beanName)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<F> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
getServiceInterface
public Class<F> getServiceInterface()
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
- Throws:
org.springframework.beans.BeansException
setServiceInterface
public void setServiceInterface(Class<F> serviceInterface)
Copyright © 2011. All Rights Reserved.