org.apache.servicemix.camel.util
Class NoCheckSerializationHeaderFilterStrategy
java.lang.Object
org.apache.servicemix.camel.util.NoCheckSerializationHeaderFilterStrategy
- All Implemented Interfaces:
- org.apache.camel.spi.HeaderFilterStrategy
public class NoCheckSerializationHeaderFilterStrategy
- extends java.lang.Object
- implements org.apache.camel.spi.HeaderFilterStrategy
HeaderFilterStrategy that allows any property values through.
- Author:
- jbonofre, slewis
| Nested classes/interfaces inherited from interface org.apache.camel.spi.HeaderFilterStrategy |
org.apache.camel.spi.HeaderFilterStrategy.Direction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCheckSerializationHeaderFilterStrategy
public NoCheckSerializationHeaderFilterStrategy()
applyFilterToCamelHeaders
public boolean applyFilterToCamelHeaders(java.lang.String s,
java.lang.Object o,
org.apache.camel.Exchange exchange)
- Specified by:
applyFilterToCamelHeaders in interface org.apache.camel.spi.HeaderFilterStrategy
applyFilterToExternalHeaders
public boolean applyFilterToExternalHeaders(java.lang.String s,
java.lang.Object o,
org.apache.camel.Exchange exchange)
- Specified by:
applyFilterToExternalHeaders in interface org.apache.camel.spi.HeaderFilterStrategy
Copyright © 2005-2012 FuseSource. All Rights Reserved.