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 |
setDefaultExceptionStrategyName(String defaultExceptionStrategyName) |
void |
setDefaultObjectSerializer(ObjectSerializer objectSerializer) |
void |
setDefaultProcessingStrategy(ProcessingStrategy processingStrategy) |
void |
setDefaultResponseTimeout(int responseTimeout) |
void |
setDefaultSynchronousEndpoints(boolean synchronous) |
void |
setDefaultTransactionTimeout(int defaultTransactionTimeout) |
void |
setEnricherPropagatesSessionVariableChanges(boolean enricherPropagatesSessionVariableChanges) |
void |
setExtensions(List<Object> extensions) |
void |
setFlowEndingWithOneWayEndpointReturnsNull(boolean flowEndingWithOneWayEndpointReturnsNull) |
void |
setMuleContext(MuleContext context) |
void |
setShutdownTimeout(int shutdownTimeout) |
void |
setUseExtendedTransformations(boolean resolveNonDirectTransformations) |
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 setDefaultResponseTimeout(int responseTimeout)
public void setDefaultTransactionTimeout(int defaultTransactionTimeout)
public void setShutdownTimeout(int shutdownTimeout)
public void setDefaultExceptionStrategyName(String defaultExceptionStrategyName)
public void setUseExtendedTransformations(boolean resolveNonDirectTransformations)
public void setFlowEndingWithOneWayEndpointReturnsNull(boolean flowEndingWithOneWayEndpointReturnsNull)
public void setEnricherPropagatesSessionVariableChanges(boolean enricherPropagatesSessionVariableChanges)
public void setDefaultObjectSerializer(ObjectSerializer objectSerializer)
public void setDefaultProcessingStrategy(ProcessingStrategy processingStrategy)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.