Constructor and Description |
---|
JmsPropertyFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MuleMessage message)
Check a given message against this filter.
|
boolean |
equals(Object obj) |
String |
getExpression()
Returns the match expression
|
String |
getPattern()
Sets the regex pattern to match on
|
String |
getPropertyClass()
Returns the class type of the property
|
String |
getPropertyName()
Returns the name of the property
|
int |
hashCode() |
void |
setExpression(String expression)
Sets the match expression
|
void |
setPattern(String pattern)
Return the regex pattern to match on
|
void |
setPropertyClass(String propertyClass)
Sets the class type of the property
|
void |
setPropertyName(String propertyName)
Sets the name of the property
|
public boolean accept(MuleMessage message)
Filter
public void setExpression(String expression)
public String getExpression()
public void setPropertyName(String propertyName)
public String getPropertyName()
public void setPropertyClass(String propertyClass)
public String getPropertyClass()
public String getPattern()
public void setPattern(String pattern)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.