Uses of Interface
org.apache.camel.spi.HeadersMapFactory
-
Packages that use HeadersMapFactory Package Description org.apache.camel The core Camel API. -
-
Uses of HeadersMapFactory in org.apache.camel
Methods in org.apache.camel that return HeadersMapFactory Modifier and Type Method Description HeadersMapFactory
ExtendedCamelContext. getHeadersMapFactory()
Gets theHeadersMapFactory
to use.Methods in org.apache.camel with parameters of type HeadersMapFactory Modifier and Type Method Description void
ExtendedCamelContext. setHeadersMapFactory(HeadersMapFactory factory)
Sets a customHeadersMapFactory
to be used.
-