public class OutboundHeadersExpressionEvaluator extends AbstractExpressionEvaluator
MuleMessage
instance to allow access to outbound
headers from within components and transformers without the these objects needing access to the Mule MessageModifier and Type | Class and Description |
---|---|
static class |
OutboundHeadersExpressionEvaluator.SendHeadersMap |
Modifier and Type | Field and Description |
---|---|
protected Log |
logger
logger used by this class
|
static String |
NAME |
Constructor and Description |
---|
OutboundHeadersExpressionEvaluator() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(String expression,
MuleMessage message)
Extracts a single property from the message
|
String |
getName()
Gets the name of the object
|
void |
setName(String name) |
evaluateTyped
public static final String NAME
protected final transient Log logger
public Object evaluate(String expression, MuleMessage message)
ExpressionEvaluator
expression
- the property expression or expressionmessage
- the message to extract frompublic String getName()
public void setName(String name)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.