public class OutboundAttachmentsExpressionEvaluator extends Object implements ExpressionEvaluator
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() |
public static final String NAME
protected final transient org.apache.commons.logging.Log logger
public OutboundAttachmentsExpressionEvaluator()
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.