org.mule.extras.spring.config
Class UMOManagerFactoryBean
java.lang.Object
org.mule.extras.spring.config.UMOManagerFactoryBean
- public class UMOManagerFactoryBean
- extends java.lang.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.
- Version:
- $Revision: 1.4 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMOManagerFactoryBean
public UMOManagerFactoryBean()
throws java.lang.Exception
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class getObjectType()
isSingleton
public boolean isSingleton()
setMessageEndpoints
public void setMessageEndpoints(java.util.Map endpoints)
throws InitialisationException
- Throws:
InitialisationException
setProperties
public void setProperties(java.util.Map props)
setConfiguration
public void setConfiguration(MuleConfiguration config)
setTransactionManagerFactory
public void setTransactionManagerFactory(UMOTransactionManagerFactory factory)
throws java.lang.Exception
- Throws:
java.lang.Exception
setConnectors
public void setConnectors(java.util.List connectors)
throws UMOException
- Throws:
UMOException
setTransformers
public void setTransformers(java.util.List transformers)
throws InitialisationException
- Throws:
InitialisationException
setProviders
public void setProviders(java.util.List endpoints)
throws InitialisationException
- Throws:
InitialisationException
setInterceptorStacks
public void setInterceptorStacks(java.util.Map interceptors)
setModel
public void setModel(UMOModel model)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
public void destroy()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.