org.mule.extras.spring.config
Class MuleConfigurationFactoryBean

java.lang.Object
  extended byorg.mule.extras.spring.config.MuleConfigurationFactoryBean

Deprecated. use AutowireUMOManagerFactoryBean instead

public class MuleConfigurationFactoryBean
extends java.lang.Object

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.

Version:
$Revision: 1.2 $
Author:
Ross Mason
See Also:
AutowireUMOManagerFactoryBean

Constructor Summary
MuleConfigurationFactoryBean()
          Deprecated.  
 
Method Summary
 ThreadingProfile getComponentThreadingProfile()
          Deprecated.  
 java.lang.String[] getConfigResources()
          Deprecated.  
 ThreadingProfile getDefaultThreadingProfile()
          Deprecated.  
 ThreadingProfile getMessageDispatcherThreadingProfile()
          Deprecated.  
 ThreadingProfile getMessageReceiverThreadingProfile()
          Deprecated.  
 java.lang.String getModel()
          Deprecated.  
 java.lang.Object getObject()
          Deprecated.  
 java.lang.Class getObjectType()
          Deprecated.  
 PoolingProfile getPoolingProfile()
          Deprecated.  
 QueueProfile getQueueProfile()
          Deprecated.  
 java.lang.String getServerUrl()
          Deprecated.  
 int getSynchronousEventTimeout()
          Deprecated.  
 java.lang.String getWorkingDirectoy()
          Deprecated.  
 boolean isRecoverableMode()
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 boolean isSynchronous()
          Deprecated.  
 boolean isSynchronousReceive()
          Deprecated.  
 void setComponentThreadingProfile(ThreadingProfile componentPoolThreadingProfile)
          Deprecated.  
 void setConfigResources(java.lang.String[] configResources)
          Deprecated.  
 void setDefaultThreadingProfile(ThreadingProfile defaultThreadingProfile)
          Deprecated.  
 void setMessageDispatcherThreadingProfile(ThreadingProfile messageDispatcherThreadingProfile)
          Deprecated.  
 void setMessageReceiverThreadingProfile(ThreadingProfile messageReceiverThreadingProfile)
          Deprecated.  
 void setModel(java.lang.String model)
          Deprecated.  
 void setPoolingProfile(PoolingProfile poolingProfile)
          Deprecated.  
 void setQueueProfile(QueueProfile queueProfile)
          Deprecated.  
 void setRecoverableMode(boolean recoverableMode)
          Deprecated.  
 void setServerUrl(java.lang.String serverUrl)
          Deprecated.  
 void setSynchronous(boolean synchronous)
          Deprecated.  
 void setSynchronousEventTimeout(int synchronousEventTimeout)
          Deprecated.  
 void setSynchronousReceive(boolean synchronousReceive)
          Deprecated.  
 void setWorkingDirectoy(java.lang.String workingDirectoy)
          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 java.lang.Object getObject()
                           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getObjectType

public java.lang.Class getObjectType()
Deprecated. 

isSingleton

public boolean isSingleton()
Deprecated. 

isSynchronous

public boolean isSynchronous()
Deprecated. 

setSynchronous

public void setSynchronous(boolean synchronous)
Deprecated. 

getModel

public java.lang.String getModel()
Deprecated. 

setModel

public void setModel(java.lang.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. 

getWorkingDirectoy

public java.lang.String getWorkingDirectoy()
Deprecated. 

setWorkingDirectoy

public void setWorkingDirectoy(java.lang.String workingDirectoy)
Deprecated. 

getConfigResources

public java.lang.String[] getConfigResources()
Deprecated. 

setConfigResources

public void setConfigResources(java.lang.String[] configResources)
Deprecated. 

getServerUrl

public java.lang.String getServerUrl()
Deprecated. 

setServerUrl

public void setServerUrl(java.lang.String serverUrl)
Deprecated. 


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.