public final class MVELExpressionLanguageWrapper extends MVELExpressionLanguage
MVELExpressionLanguage to take care of injecting new instances in the
muleContext's DefaultExpressionManageraliases, autoResolveVariables, dataTypePropagator, dataTypeResolver, expressionExecutor, globalContext, globalFunctions, globalFunctionsFile, globalFunctionsString, imports, muleContext, parserConfiguration, staticContextPHASE_NAME| Constructor and Description |
|---|
MVELExpressionLanguageWrapper(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialise()
Method used to perform any initialisation work.
|
addAlias, addGlobalFunction, addImport, configureParserConfiguration, createExpressionLanguageContext, createParserConfiguration, createStaticContext, createVariableVariableResolverFactory, createVariableVariableResolverFactory, enrich, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateInternal, evaluateTyped, getAliases, getGlobalFunctions, getParserConfiguration, isValid, loadGlobalFunctions, setAliases, setAutoResolveVariables, setDataTypeResolver, setGlobalFunctionsFile, setGlobalFunctionsString, setImports, validatepublic MVELExpressionLanguageWrapper(MuleContext muleContext)
public void initialise()
throws InitialisationException
InitialisableInitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.initialise in interface Initialisableinitialise in class MVELExpressionLanguageInitialisationException - if a fatal error occurs causing the Mule instance to shutdownRecoverableException - if an error occurs that can be recovered fromCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.