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 MuleContextAware
public boolean isEagerInit()
isEagerInit
in interface org.springframework.beans.factory.SmartFactoryBean
public boolean isPrototype()
isPrototype
in interface org.springframework.beans.factory.SmartFactoryBean
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setDefaultSynchronousEndpoints(boolean synchronous)
public void setDefaultSynchronousEventTimeout(int synchronousEventTimeout)
public void setDefaultRemoteSync(boolean remoteSync)
public void setDefaultTransactionTimeout(int defaultTransactionTimeout)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.