org.mule.transport.jms.filters
Class JmsSelectorFilter
java.lang.Object
org.mule.transport.jms.filters.JmsSelectorFilter
- All Implemented Interfaces:
- org.mule.api.routing.filter.Filter
public class JmsSelectorFilter
- extends Object
- implements org.mule.api.routing.filter.Filter
JmsSelectorFilter is a wrapper for a JMS Selector. This filter
should not be called. Instead the JmsConnector sets the selector on the
destination 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(org.mule.api.MuleMessage message)
- Specified by:
accept in interface org.mule.api.routing.filter.Filter
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.