public class MessageVariableResolverFactory extends MuleBaseVariableResolverFactory
Modifier and Type | Field and Description |
---|---|
static String |
FLOW_VARS |
static String |
MESSAGE_PAYLOAD |
static String |
PAYLOAD |
static String |
SESSION_VARS |
Constructor and Description |
---|
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
MuleMessage message) |
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
MuleMessage message,
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, isResolveable
appendFactory, createIndexedVariable, createIndexedVariable, getIndexedVariableNames, getIndexedVariableResolver, getKnownVariables, getNextFactory, getVariableResolvers, insertFactory, isIndexedFactory, isNextResolveable, setIndexedVariableNames, setIndexedVariableResolver, setNextFactory, setTiltFlag, setVariableResolvers, tiltFlag, variableIndexOf
public static final String PAYLOAD
public static final String MESSAGE_PAYLOAD
public static final String FLOW_VARS
public static final String SESSION_VARS
public MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration, MuleContext muleContext, MuleMessage message)
public MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration, MuleContext muleContext, MuleMessage message, org.mule.mvel2.integration.VariableResolverFactory next)
delegate
- next
- public boolean isTarget(String name)
isTarget
in interface org.mule.mvel2.integration.VariableResolverFactory
isTarget
in class MuleBaseVariableResolverFactory
public org.mule.mvel2.integration.VariableResolver getVariableResolver(String name)
getVariableResolver
in interface org.mule.mvel2.integration.VariableResolverFactory
getVariableResolver
in class MuleBaseVariableResolverFactory
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.