org.mule.providers.jms.filters
Class JmsSelectorFilter
java.lang.Object
org.mule.providers.jms.filters.JmsSelectorFilter
- All Implemented Interfaces:
- UMOFilter
- public class JmsSelectorFilter
- extends Object
- implements UMOFilter
JmsSelectorFilter
is a wrapper for a JMS Selector. This filter
should not be called. Instead the JmsConnector sets the selector on the
destionation to the expression set on this filer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsSelectorFilter
public JmsSelectorFilter()
accept
public boolean accept(UMOMessage message)
- Description copied from interface:
UMOFilter
- Check a given message against this filter.
- Specified by:
accept
in interface UMOFilter
- Parameters:
message
- a non null message to filter.
- Returns:
true
if the message matches the filter
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.