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 java.lang.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 java.lang.Object createInstance()
throws java.lang.Exception
- Specified by:
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
- Throws:
java.lang.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 java.lang.Class getMuleComponentClass()
setMuleComponentClass
public void setMuleComponentClass(java.lang.Class muleComponentClass)
getComponentClass
public java.lang.Class getComponentClass()
setComponentClass
public void setComponentClass(java.lang.Class componentClass)
getProperties
public java.util.Map getProperties()
setProperties
public void setProperties(java.util.Map properties)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.