Constructor and Description |
---|
OGNLFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MuleMessage message)
Check a given message against this filter.
|
boolean |
equals(Object obj) |
String |
getExpression() |
int |
hashCode() |
void |
setExpression(String expression)
Sets the expression for this filter.
|
protected final Log logger
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–2016 MuleSoft, Inc.. All rights reserved.