org.apache.servicemix.camel.util
Class HeaderFilterStrategies

java.lang.Object
  extended by org.apache.servicemix.camel.util.HeaderFilterStrategies
All Implemented Interfaces:
org.apache.camel.spi.HeaderFilterStrategy

public class HeaderFilterStrategies
extends Object
implements org.apache.camel.spi.HeaderFilterStrategy

HeaderFilterStrategy implementation that will evaluate a set of strategies


Constructor Summary
HeaderFilterStrategies()
           
 
Method Summary
 void add(org.apache.camel.spi.HeaderFilterStrategy strategy)
          Add a strategy to the set of strategies
 boolean applyFilterToCamelHeaders(String s, Object o)
           
 boolean applyFilterToExternalHeaders(String s, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderFilterStrategies

public HeaderFilterStrategies()
Method Detail

applyFilterToCamelHeaders

public boolean applyFilterToCamelHeaders(String s,
                                         Object o)
Specified by:
applyFilterToCamelHeaders in interface org.apache.camel.spi.HeaderFilterStrategy

applyFilterToExternalHeaders

public boolean applyFilterToExternalHeaders(String s,
                                            Object o)
Specified by:
applyFilterToExternalHeaders in interface org.apache.camel.spi.HeaderFilterStrategy

add

public void add(org.apache.camel.spi.HeaderFilterStrategy strategy)
Add a strategy to the set of strategies

Parameters:
strategy -


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.