public class OutboundHeadersExpressionEvaluator extends Object implements ExpressionEvaluator
MuleMessage instance to allow access to outbound
headers from within components and transformers without the these objects needing access to the Mule Message| Modifier and Type | Class and Description |
|---|---|
static class |
OutboundHeadersExpressionEvaluator.SendHeadersMap |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
static String |
NAME |
| Constructor and Description |
|---|
OutboundHeadersExpressionEvaluator() |
public static final String NAME
protected final transient org.apache.commons.logging.Log logger
public Object evaluate(String expression, MuleMessage message)
ExpressionEvaluatorevaluate in interface ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract frompublic String getName()
getName in interface NamedObjectpublic void setName(String name)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.