public class MuleConfigurationConfigurator extends Object implements MuleContextAware, org.springframework.beans.factory.SmartFactoryBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
MuleConfigurationConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isEagerInit() |
boolean |
isPrototype() |
boolean |
isSingleton() |
void |
setDefaultRemoteSync(boolean remoteSync) |
void |
setDefaultSynchronousEndpoints(boolean synchronous) |
void |
setDefaultSynchronousEventTimeout(int synchronousEventTimeout) |
void |
setDefaultTransactionTimeout(int defaultTransactionTimeout) |
void |
setMuleContext(MuleContext context) |
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic boolean isEagerInit()
isEagerInit in interface org.springframework.beans.factory.SmartFactoryBeanpublic boolean isPrototype()
isPrototype in interface org.springframework.beans.factory.SmartFactoryBeanpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setDefaultSynchronousEndpoints(boolean synchronous)
public void setDefaultSynchronousEventTimeout(int synchronousEventTimeout)
public void setDefaultRemoteSync(boolean remoteSync)
public void setDefaultTransactionTimeout(int defaultTransactionTimeout)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.