org.mule.config.converters
Class FilterConverter

java.lang.Object
  extended by org.mule.config.converters.FilterConverter
All Implemented Interfaces:
PropertyConverter

public class FilterConverter
extends java.lang.Object
implements PropertyConverter

Converts an Expression sting into a Filter object. The string must define an expression that results in a boolean value.


Constructor Summary
FilterConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.String property, MuleContext context)
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterConverter

public FilterConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.String property,
                                MuleContext context)
Specified by:
convert in interface PropertyConverter

getType

public java.lang.Class getType()
Specified by:
getType in interface PropertyConverter


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.