Internal mule module
Functions
callFunction
callFunction(namespace: String, functionName: String, arguments: Array<Any>)
Calls a function that was bind in a given namespace with the specified arguments
getDefaultFunctionParameterValue
getDefaultFunctionParameterValue(namespace: String, functionName: String, parameterName: String)
Return the default value of a parameter from the specified function name in the given namespace
getValue
getValue(namespace: String, name: String)
Returns the value of a given binding