org.mule.config.converters
Class FilterConverter

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

public class FilterConverter
extends 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
 Object convert(String property, MuleContext context)
           
 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 Object convert(String property,
                      MuleContext context)
Specified by:
convert in interface PropertyConverter

getType

public Class getType()
Specified by:
getType in interface PropertyConverter


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