org.mule.extras.spring.config
Class UMOManagerFactoryBean

java.lang.Object
  extended by org.mule.extras.spring.config.UMOManagerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

Deprecated. use AutowireUMOManagerFactoryBean

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

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

UMOManagerFactoryBean

public UMOManagerFactoryBean()
                      throws Exception
Deprecated. 
Throws:
Exception
Method Detail

getObject

public Object getObject()
                 throws Exception
Deprecated. 
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Deprecated. 
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Deprecated. 
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

setMessageEndpoints

public void setMessageEndpoints(Map endpoints)
                         throws InitialisationException
Deprecated. 
Throws:
InitialisationException

setProperties

public void setProperties(Map props)
Deprecated. 

setConfiguration

public void setConfiguration(MuleConfiguration config)
                      throws UMOException
Deprecated. 
Throws:
UMOException

setTransactionManagerFactory

public void setTransactionManagerFactory(UMOTransactionManagerFactory factory)
                                  throws Exception
Deprecated. 
Throws:
Exception

setConnectors

public void setConnectors(List connectors)
                   throws UMOException
Deprecated. 
Throws:
UMOException

setTransformers

public void setTransformers(List transformers)
                     throws InitialisationException
Deprecated. 
Throws:
InitialisationException

setProviders

public void setProviders(List endpoints)
                  throws InitialisationException
Deprecated. 
Throws:
InitialisationException

setInterceptorStacks

public void setInterceptorStacks(Map interceptors)
Deprecated. 

setModel

public void setModel(UMOModel model)
              throws UMOException
Deprecated. 
Throws:
UMOException

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Deprecated. 
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

destroy

public void destroy()
             throws Exception
Deprecated. 
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.