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 TypeMethodDescriptionvoidExtendedCamelContext.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 newExchangeFactorythat 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 TypeMethodDescriptionvoidExchangeFactoryManager.addExchangeFactory(ExchangeFactory exchangeFactory) Adds theExchangeFactoryto be managed.voidExchangeFactoryManager.removeExchangeFactory(ExchangeFactory exchangeFactory) Removes theExchangeFactoryfrom being managed (such as when a route is stopped/removed) or during shutdown.