org.apache.servicemix.camel.util
Class HeaderFilterStrategies
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderFilterStrategies
public HeaderFilterStrategies()
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.