org.mule.extras.spring.config
Class UMOManagerFactoryBean
java.lang.Object
org.mule.extras.spring.config.UMOManagerFactoryBean
- public class UMOManagerFactoryBean
- extends Object
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
- Throws:
Exception
getObjectType
public Class getObjectType()
isSingleton
public boolean isSingleton()
setMessageEndpoints
public void setMessageEndpoints(Map endpoints)
throws InitialisationException
- Throws:
InitialisationException
setProperties
public void setProperties(Map props)
setConfiguration
public void setConfiguration(MuleConfiguration config)
setTransactionManagerFactory
public void setTransactionManagerFactory(UMOTransactionManagerFactory factory)
throws Exception
- Throws:
Exception
setConnectors
public void setConnectors(List connectors)
throws UMOException
- Throws:
UMOException
setTransformers
public void setTransformers(List transformers)
throws InitialisationException
- Throws:
InitialisationException
setProviders
public void setProviders(List endpoints)
throws InitialisationException
- Throws:
InitialisationException
setInterceptorStacks
public void setInterceptorStacks(Map interceptors)
setModel
public void setModel(UMOModel model)
throws UMOException
- Throws:
UMOException
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.