Uses of Interface
org.apache.camel.spi.ExchangeFactory
-
Packages that use ExchangeFactory Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 ExchangeFactory Modifier and Type Method Description ExchangeFactoryExtendedCamelContext. getExchangeFactory()Gets the exchange factory to use.Methods in org.apache.camel with parameters of type ExchangeFactory Modifier and Type Method Description voidExtendedCamelContext. 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 ExchangeFactory Modifier and Type Method Description ExchangeFactoryExchangeFactory. 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 ExchangeFactory Modifier and Type Method Description Collection<ExchangeFactory>ExchangeFactoryManager. getExchangeFactories()Returns a read-only view of the managed factories.Methods in org.apache.camel.spi with parameters of type ExchangeFactory Modifier and Type Method Description voidExchangeFactoryManager. 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.
-