org.mule.config.spring.parsers.specific
Class SimpleComponentFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean
org.mule.config.spring.parsers.specific.SimpleComponentFactoryBean
- All Implemented Interfaces:
- MuleContextAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class SimpleComponentFactoryBean
- extends org.springframework.beans.factory.config.AbstractFactoryBean
- implements MuleContextAware
TODO
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
logger |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleComponentFactoryBean
public SimpleComponentFactoryBean()
setMuleContext
public void setMuleContext(MuleContext context)
- Specified by:
setMuleContext
in interface MuleContextAware
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
- Specified by:
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
createInstance
protected Object createInstance()
throws Exception
- Specified by:
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
- Throws:
Exception
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
- Overrides:
isSingleton
in class org.springframework.beans.factory.config.AbstractFactoryBean
getMuleComponentClass
public Class getMuleComponentClass()
setMuleComponentClass
public void setMuleComponentClass(Class muleComponentClass)
getComponentClass
public Class getComponentClass()
setComponentClass
public void setComponentClass(Class componentClass)
getProperties
public Map getProperties()
setProperties
public void setProperties(Map properties)
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.