public abstract class BaseAttachmentExpressionEvaluator extends AbstractExpressionEvaluator
| Constructor and Description |
|---|
BaseAttachmentExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(String expression,
MuleMessage message)
Extracts a single property from the message
|
protected abstract DataHandler |
getAttachment(MuleMessage message,
String attachmentName) |
evaluateTypedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic Object evaluate(String expression, MuleMessage message)
ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract fromprotected abstract DataHandler getAttachment(MuleMessage message, String attachmentName)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.