|
|||||||||||
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(MuleConfiguration config)
Deprecated. |
void |
setConnectors(List connectors)
Deprecated. |
void |
setInterceptorStacks(Map interceptors)
Deprecated. |
void |
setMessageEndpoints(Map endpoints)
Deprecated. |
void |
setModel(UMOModel model)
Deprecated. |
void |
setProperties(Map props)
Deprecated. |
void |
setProviders(List endpoints)
Deprecated. |
void |
setTransactionManagerFactory(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.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setMessageEndpoints(Map endpoints) throws InitialisationException
InitialisationException
public void setProperties(Map props)
public void setConfiguration(MuleConfiguration config) throws UMOException
UMOException
public void setTransactionManagerFactory(UMOTransactionManagerFactory factory) throws Exception
Exception
public void setConnectors(List connectors) throws UMOException
UMOException
public void setTransformers(List transformers) throws InitialisationException
InitialisationException
public void setProviders(List endpoints) throws InitialisationException
InitialisationException
public void setInterceptorStacks(Map interceptors)
public void setModel(UMOModel model) throws UMOException
UMOException
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |