public class OutboundAttachmentsExpressionEvaluator extends AbstractExpressionEvaluator
MuleMessage instance to allow access to outbound
attachments from within components and transformers without the these objects needing access to the Mule Message| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
static String |
NAME |
| Constructor and Description |
|---|
OutboundAttachmentsExpressionEvaluator() |
| 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) |
evaluateTypedpublic static final String NAME
protected final transient org.apache.commons.logging.Log logger
public OutboundAttachmentsExpressionEvaluator()
public Object evaluate(String expression, MuleMessage message)
ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract frompublic String getName()
public void setName(String name)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.