org.mule.extras.spring.config
Class UMOManagerFactoryBean
java.lang.Object
org.mule.extras.spring.config.UMOManagerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
- public class UMOManagerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
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.
- See Also:
AutowireUMOManagerFactoryBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMOManagerFactoryBean
public UMOManagerFactoryBean()
throws Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
setMessageEndpoints
public void setMessageEndpoints(Map endpoints)
throws org.mule.umo.lifecycle.InitialisationException
- Throws:
org.mule.umo.lifecycle.InitialisationException
setProperties
public void setProperties(Map props)
setConfiguration
public void setConfiguration(org.mule.config.MuleConfiguration config)
setTransactionManagerFactory
public void setTransactionManagerFactory(org.mule.umo.manager.UMOTransactionManagerFactory factory)
throws Exception
- Throws:
Exception
setConnectors
public void setConnectors(List connectors)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
setTransformers
public void setTransformers(List transformers)
throws org.mule.umo.lifecycle.InitialisationException
- Throws:
org.mule.umo.lifecycle.InitialisationException
setProviders
public void setProviders(List endpoints)
throws org.mule.umo.lifecycle.InitialisationException
- Throws:
org.mule.umo.lifecycle.InitialisationException
setInterceptorStacks
public void setInterceptorStacks(Map interceptors)
setModel
public void setModel(org.mule.umo.model.UMOModel model)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.