org.mule.api.expression
Interface ExpressionEnricher

All Superinterfaces:
NameableObject, NamedObject
All Known Implementing Classes:
AttachmentExpressionEnricher, MessageHeaderExpressionEnricher, VariableExpressionEnricher

public interface ExpressionEnricher
extends NameableObject

ExpressionEnricher enriches a message using the extensible mule expression framework allowing the contribution of additional enrichers.


Method Summary
 void enrich(String expression, MuleMessage message, Object object)
          Enriches the message with the object
 
Methods inherited from interface org.mule.api.NameableObject
setName
 
Methods inherited from interface org.mule.api.NamedObject
getName
 

Method Detail

enrich

void enrich(String expression,
            MuleMessage message,
            Object object)
Enriches the message with the object

Parameters:
expression -
message -
object -


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.