org.mule.extras.spring.config
Class UMOManagerFactoryBean

java.lang.Object
  extended byorg.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

Constructor Summary
UMOManagerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setConfiguration(MuleConfiguration config)
           
 void setConnectors(java.util.List connectors)
           
 void setInterceptorStacks(java.util.Map interceptors)
           
 void setMessageEndpoints(java.util.Map endpoints)
           
 void setModel(UMOModel model)
           
 void setProperties(java.util.Map props)
           
 void setProviders(java.util.List endpoints)
           
 void setTransactionManagerFactory(UMOTransactionManagerFactory factory)
           
 void setTransformers(java.util.List transformers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMOManagerFactoryBean

public UMOManagerFactoryBean()
                      throws java.lang.Exception
Method Detail

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.