org.mule.transport.jms.filters
Class JmsSelectorFilter

java.lang.Object
  extended by org.mule.transport.jms.filters.JmsSelectorFilter
All Implemented Interfaces:
Filter

public class JmsSelectorFilter
extends 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.


Constructor Summary
JmsSelectorFilter()
           
 
Method Summary
 boolean accept(MuleMessage message)
           
 String getExpression()
           
 void setExpression(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsSelectorFilter

public JmsSelectorFilter()
Method Detail

accept

public boolean accept(MuleMessage message)
Specified by:
accept in interface Filter

getExpression

public String getExpression()

setExpression

public void setExpression(String expression)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.