org.mule.extras.spring.config
Class MuleConfigurationFactoryBean

java.lang.Object
  extended byorg.mule.extras.spring.config.MuleConfigurationFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

Deprecated. use AutowireUMOManagerFactoryBean instead

public class MuleConfigurationFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean

MuleConfigurationFactoryBean is used to configure the MuleManager object. This is not necessary if you use the AutowireUMOManagerFactoryBean as it handles creating the MuleConfiguration correctly for you.

See Also:
AutowireUMOManagerFactoryBean

Constructor Summary
MuleConfigurationFactoryBean()
          Deprecated.  
 
Method Summary
 ThreadingProfile getComponentThreadingProfile()
          Deprecated.  
 String[] getConfigResources()
          Deprecated.  
 ThreadingProfile getDefaultThreadingProfile()
          Deprecated.  
 ThreadingProfile getMessageDispatcherThreadingProfile()
          Deprecated.  
 ThreadingProfile getMessageReceiverThreadingProfile()
          Deprecated.  
 String getModel()
          Deprecated.  
 Object getObject()
          Deprecated.  
 Class getObjectType()
          Deprecated.  
 PoolingProfile getPoolingProfile()
          Deprecated.  
 QueueProfile getQueueProfile()
          Deprecated.  
 String getServerUrl()
          Deprecated.  
 int getSynchronousEventTimeout()
          Deprecated.  
 String getWorkingDirectory()
          Deprecated.  
 boolean isRecoverableMode()
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 boolean isSynchronous()
          Deprecated.  
 boolean isSynchronousReceive()
          Deprecated.  
 void setComponentThreadingProfile(ThreadingProfile componentPoolThreadingProfile)
          Deprecated.  
 void setConfigResources(String[] configResources)
          Deprecated.  
 void setDefaultThreadingProfile(ThreadingProfile defaultThreadingProfile)
          Deprecated.  
 void setMessageDispatcherThreadingProfile(ThreadingProfile messageDispatcherThreadingProfile)
          Deprecated.  
 void setMessageReceiverThreadingProfile(ThreadingProfile messageReceiverThreadingProfile)
          Deprecated.  
 void setModel(String model)
          Deprecated.  
 void setPoolingProfile(PoolingProfile poolingProfile)
          Deprecated.  
 void setQueueProfile(QueueProfile queueProfile)
          Deprecated.  
 void setRecoverableMode(boolean recoverableMode)
          Deprecated.  
 void setServerUrl(String serverUrl)
          Deprecated.  
 void setSynchronous(boolean synchronous)
          Deprecated.  
 void setSynchronousEventTimeout(int synchronousEventTimeout)
          Deprecated.  
 void setSynchronousReceive(boolean synchronousReceive)
          Deprecated.  
 void setWorkingDirectory(String workingDirectory)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleConfigurationFactoryBean

public MuleConfigurationFactoryBean()
Deprecated. 
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

isSynchronous

public boolean isSynchronous()
Deprecated. 

setSynchronous

public void setSynchronous(boolean synchronous)
Deprecated. 

getModel

public String getModel()
Deprecated. 

setModel

public void setModel(String model)
Deprecated. 

getMessageDispatcherThreadingProfile

public ThreadingProfile getMessageDispatcherThreadingProfile()
Deprecated. 

setMessageDispatcherThreadingProfile

public void setMessageDispatcherThreadingProfile(ThreadingProfile messageDispatcherThreadingProfile)
Deprecated. 

getMessageReceiverThreadingProfile

public ThreadingProfile getMessageReceiverThreadingProfile()
Deprecated. 

setMessageReceiverThreadingProfile

public void setMessageReceiverThreadingProfile(ThreadingProfile messageReceiverThreadingProfile)
Deprecated. 

getComponentThreadingProfile

public ThreadingProfile getComponentThreadingProfile()
Deprecated. 

setComponentThreadingProfile

public void setComponentThreadingProfile(ThreadingProfile componentPoolThreadingProfile)
Deprecated. 

getDefaultThreadingProfile

public ThreadingProfile getDefaultThreadingProfile()
Deprecated. 

setDefaultThreadingProfile

public void setDefaultThreadingProfile(ThreadingProfile defaultThreadingProfile)
Deprecated. 

getPoolingProfile

public PoolingProfile getPoolingProfile()
Deprecated. 

setPoolingProfile

public void setPoolingProfile(PoolingProfile poolingProfile)
Deprecated. 

getSynchronousEventTimeout

public int getSynchronousEventTimeout()
Deprecated. 

setSynchronousEventTimeout

public void setSynchronousEventTimeout(int synchronousEventTimeout)
Deprecated. 

isSynchronousReceive

public boolean isSynchronousReceive()
Deprecated. 

setSynchronousReceive

public void setSynchronousReceive(boolean synchronousReceive)
Deprecated. 

getQueueProfile

public QueueProfile getQueueProfile()
Deprecated. 

setQueueProfile

public void setQueueProfile(QueueProfile queueProfile)
Deprecated. 

isRecoverableMode

public boolean isRecoverableMode()
Deprecated. 

setRecoverableMode

public void setRecoverableMode(boolean recoverableMode)
Deprecated. 

getWorkingDirectory

public String getWorkingDirectory()
Deprecated. 

setWorkingDirectory

public void setWorkingDirectory(String workingDirectory)
Deprecated. 

getConfigResources

public String[] getConfigResources()
Deprecated. 

setConfigResources

public void setConfigResources(String[] configResources)
Deprecated. 

getServerUrl

public String getServerUrl()
Deprecated. 

setServerUrl

public void setServerUrl(String serverUrl)
Deprecated. 


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