public class MessageVariableResolverFactory extends MuleBaseVariableResolverFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTES |
protected Event |
event |
protected Event.Builder |
eventBuilder |
static String |
FLOW_VARS |
static String |
MESSAGE_PAYLOAD |
protected MuleContext |
muleContext |
static String |
PAYLOAD |
static String |
SESSION_VARS |
| Constructor and Description |
|---|
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder) |
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
org.mule.mvel2.integration.VariableResolverFactory next)
Convenience constructor to allow for more concise creation of VariableResolverFactory chains without and performance overhead
incurred by using a builder.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.mvel2.integration.VariableResolver |
getVariableResolver(String name) |
boolean |
isTarget(String name) |
addResolver, createVariable, createVariable, getNextFactoryVariableResolver, isResolveableappendFactory, createIndexedVariable, createIndexedVariable, getIndexedVariableNames, getIndexedVariableResolver, getKnownVariables, getNextFactory, getVariableResolvers, insertFactory, isIndexedFactory, isNextResolveable, setIndexedVariableNames, setIndexedVariableResolver, setNextFactory, setTiltFlag, setVariableResolvers, tiltFlag, variableIndexOfpublic static final String PAYLOAD
public static final String ATTRIBUTES
public static final String MESSAGE_PAYLOAD
public static final String FLOW_VARS
public static final String SESSION_VARS
protected Event event
protected Event.Builder eventBuilder
protected MuleContext muleContext
public MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder)
public MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
org.mule.mvel2.integration.VariableResolverFactory next)
next - public boolean isTarget(String name)
isTarget in interface org.mule.mvel2.integration.VariableResolverFactoryisTarget in class MuleBaseVariableResolverFactorypublic org.mule.mvel2.integration.VariableResolver getVariableResolver(String name)
getVariableResolver in interface org.mule.mvel2.integration.VariableResolverFactorygetVariableResolver in class MuleBaseVariableResolverFactoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.