|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.extras.spring.config.UMOManagerFactoryBean
UMOManagerFactoryBean is a Spring FactoryBean used for creating a
MuleManager from a Spring context. The context must explicitly wire the beans
together. Users might want to try AutowireUMOManagerFactoryBean for a simpler and
cleaner spring configuration.
AutowireUMOManagerFactoryBean| Constructor Summary | |
UMOManagerFactoryBean()
Deprecated. |
|
| Method Summary | |
void |
afterPropertiesSet()
Deprecated. |
void |
destroy()
Deprecated. |
Object |
getObject()
Deprecated. |
Class |
getObjectType()
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setConfiguration(org.mule.config.MuleConfiguration config)
Deprecated. |
void |
setConnectors(List connectors)
Deprecated. |
void |
setInterceptorStacks(Map interceptors)
Deprecated. |
void |
setMessageEndpoints(Map endpoints)
Deprecated. |
void |
setModel(org.mule.umo.model.UMOModel model)
Deprecated. |
void |
setProperties(Map props)
Deprecated. |
void |
setProviders(List endpoints)
Deprecated. |
void |
setTransactionManagerFactory(org.mule.umo.manager.UMOTransactionManagerFactory factory)
Deprecated. |
void |
setTransformers(List transformers)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UMOManagerFactoryBean()
throws Exception
| Method Detail |
public Object getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean
public void setMessageEndpoints(Map endpoints)
throws org.mule.umo.lifecycle.InitialisationException
org.mule.umo.lifecycle.InitialisationExceptionpublic void setProperties(Map props)
public void setConfiguration(org.mule.config.MuleConfiguration config)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
public void setTransactionManagerFactory(org.mule.umo.manager.UMOTransactionManagerFactory factory)
throws Exception
Exception
public void setConnectors(List connectors)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
public void setTransformers(List transformers)
throws org.mule.umo.lifecycle.InitialisationException
org.mule.umo.lifecycle.InitialisationException
public void setProviders(List endpoints)
throws org.mule.umo.lifecycle.InitialisationException
org.mule.umo.lifecycle.InitialisationExceptionpublic void setInterceptorStacks(Map interceptors)
public void setModel(org.mule.umo.model.UMOModel model)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||