Uses of Interface
org.apache.camel.spi.ExchangeFactory
Packages that use ExchangeFactory
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ExchangeFactory in org.apache.camel
Methods in org.apache.camel that return ExchangeFactoryModifier and TypeMethodDescriptionExtendedCamelContext.getExchangeFactory()
Gets the exchange factory to use.Methods in org.apache.camel with parameters of type ExchangeFactoryModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setExchangeFactory
(ExchangeFactory exchangeFactory) Sets a custom exchange factory to use. -
Uses of ExchangeFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return ExchangeFactoryModifier and TypeMethodDescriptionExchangeFactory.newExchangeFactory
(Consumer consumer) Creates a newExchangeFactory
that is private for the given consumer.Methods in org.apache.camel.spi that return types with arguments of type ExchangeFactoryModifier and TypeMethodDescriptionExchangeFactoryManager.getExchangeFactories()
Returns a read-only view of the managed factories.Methods in org.apache.camel.spi with parameters of type ExchangeFactoryModifier and TypeMethodDescriptionvoid
ExchangeFactoryManager.addExchangeFactory
(ExchangeFactory exchangeFactory) Adds theExchangeFactory
to be managed.void
ExchangeFactoryManager.removeExchangeFactory
(ExchangeFactory exchangeFactory) Removes theExchangeFactory
from being managed (such as when a route is stopped/removed) or during shutdown.