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)
Filter
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.