Uses of Interface
org.apache.camel.spi.ExchangeFactoryManager
-
Packages that use ExchangeFactoryManager Package Description org.apache.camel The core Camel API. -
-
Uses of ExchangeFactoryManager in org.apache.camel
Methods in org.apache.camel that return ExchangeFactoryManager Modifier and Type Method Description ExchangeFactoryManagerExtendedCamelContext. getExchangeFactoryManager()Gets the exchange factory manager to use.Methods in org.apache.camel with parameters of type ExchangeFactoryManager Modifier and Type Method Description voidExtendedCamelContext. setExchangeFactoryManager(ExchangeFactoryManager exchangeFactoryManager)Sets a custom exchange factory manager to use.
-