org.mule.providers.jms.filters
Class JmsSelectorFilter
java.lang.Object
org.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
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(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.