org.mule.transport.jms.filters
Class JmsSelectorFilter
java.lang.Object
org.mule.transport.jms.filters.JmsSelectorFilter
- All Implemented Interfaces:
- Filter
public class JmsSelectorFilter
- extends java.lang.Object
- implements 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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JmsSelectorFilter
public JmsSelectorFilter()
accept
public boolean accept(MuleMessage message)
- Description copied from interface:
Filter
- Check a given message against this filter.
- Specified by:
accept
in interface Filter
- Parameters:
message
- a non null message to filter.
- Returns:
true
if the message matches the filter
getExpression
public java.lang.String getExpression()
setExpression
public void setExpression(java.lang.String expression)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.