public class MuleConfigurationConfigurator extends Object implements MuleContextAware, org.springframework.beans.factory.SmartFactoryBean
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) |
protected transient Log logger
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 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–2016 MuleSoft, Inc.. All rights reserved.