|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.filters.logic.AbstractFilterCollection
org.mule.routing.filters.logic.OrFilter
public class OrFilter
OrFilter
accepts if any of the filters accept the message
Constructor Summary | |
---|---|
OrFilter()
|
|
OrFilter(Filter... filters)
|
|
OrFilter(java.util.List<Filter> filters)
|
Method Summary | |
---|---|
boolean |
accept(MuleMessage message)
Check a given message against this filter. |
Methods inherited from class org.mule.routing.filters.logic.AbstractFilterCollection |
---|
equals, getFilters, hashCode, setFilters |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrFilter()
public OrFilter(Filter... filters)
public OrFilter(java.util.List<Filter> filters)
Method Detail |
---|
public boolean accept(MuleMessage message)
Filter
message
- a non null message to filter.
true
if the message matches the filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |