org.mule.providers.jms.filters
Class JmsSelectorFilter

java.lang.Object
  extended byorg.mule.providers.jms.filters.JmsSelectorFilter
All Implemented Interfaces:
UMOFilter

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

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
JmsSelectorFilter()
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 java.lang.String getExpression()
           
 void setExpression(java.lang.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(java.lang.Object object)
Specified by:
accept in interface UMOFilter

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.