Package org.apache.camel.util
Class ImportantHeaderUtils
java.lang.Object
org.apache.camel.util.ImportantHeaderUtils
-
Method Summary
Modifier and TypeMethodDescriptionAll the important header keys (unmodifiable)static booleanisImportantHeader(String key) Whether the given header or exchange properties is marked as important.
-
Method Details
-
getImportantHeaderKeys
All the important header keys (unmodifiable) -
isImportantHeader
Whether the given header or exchange properties is marked as important.- Parameters:
key- the header key- Returns:
- true if important, false otherwise
-