Annotation Interface Header
Marks a method parameter as a named header from the inbound
Message when Camel performs
bean binding.
The value() attribute names the header to inject. Camel converts the header value to the declared parameter
type via the TypeConverter infrastructure. If the header is absent the parameter receives null (or
the primitive default).- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueName of header
-