public interface MuleConfiguration
int getDefaultResponseTimeout()
String getWorkingDirectory()
String getMuleHomeDirectory()
int getDefaultTransactionTimeout()
boolean isClientMode()
String getDefaultEncoding()
String getId()
String getDomainId()
String getSystemModelType()
String getSystemName()
boolean isAutoWrapMessageAwareTransform()
boolean isCacheMessageAsBytes()
boolean isCacheMessageOriginalPayload()
boolean isEnableStreaming()
boolean isValidateExpressions()
int getDefaultQueueTimeout()
int getShutdownTimeout()
boolean isContainerMode()
isStandalone()
boolean isStandalone()
isContainerMode()
String getDefaultExceptionStrategyName()
boolean useExtendedTransformations()
boolean isFlowEndingWithOneWayEndpointReturnsNull()
boolean isEnricherPropagatesSessionVariableChanges()
boolean isDisableTimeouts()
<T> T getExtension(Class<T> extensionType)
T
- type of the extensionextensionType
- class instance of the extension typeObjectSerializer getDefaultObjectSerializer()
ObjectSerializer
to be
used. This instance will be accessible through MuleContext.getObjectSerializer()
.
If not provided, if defaults to an instance of ObjectSerializer
ObjectSerializer
ProcessingStrategy getDefaultProcessingStrategy()
ProcessingStrategy
to be used by
all Flow
s which doesn't specify otherwiseProcessingStrategy
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.