| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
OGNLFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MuleMessage message)
Check a given message against this filter.
|
String |
getExpression() |
void |
setExpression(String expression)
Sets the expression for this filter.
|
public String getExpression()
public void setExpression(String expression) throws ConfigurationException
expression - the expression to use for message evaluationConfigurationException - if the expression cannot be parsedOgnl#parseExpression(String)}public boolean accept(MuleMessage message)
FilterCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.