public interface MuleConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_PROPERTY_PREFIX
The prefix for any Mule-specific properties set in the system properties
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId() |
String |
getDefaultEncoding() |
int |
getDefaultSynchronousEventTimeout() |
int |
getDefaultTransactionTimeout() |
String |
getDomainId() |
String |
getId() |
String |
getMuleHomeDirectory() |
String |
getSystemModelType() |
String |
getSystemName() |
String |
getWorkingDirectory() |
boolean |
isAutoWrapMessageAwareTransform() |
boolean |
isCacheMessageAsBytes() |
boolean |
isCacheMessageOriginalPayload() |
boolean |
isClientMode() |
boolean |
isDefaultRemoteSync() |
boolean |
isDefaultSynchronousEndpoints() |
boolean |
isEnableStreaming() |
static final String SYSTEM_PROPERTY_PREFIX
boolean isDefaultSynchronousEndpoints()
int getDefaultSynchronousEventTimeout()
boolean isDefaultRemoteSync()
String getWorkingDirectory()
String getMuleHomeDirectory()
int getDefaultTransactionTimeout()
boolean isClientMode()
String getDefaultEncoding()
String getId()
String getClusterId()
String getDomainId()
String getSystemModelType()
String getSystemName()
boolean isAutoWrapMessageAwareTransform()
boolean isCacheMessageAsBytes()
boolean isCacheMessageOriginalPayload()
boolean isEnableStreaming()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.