Uses of Interface
org.apache.camel.spi.BeanRepository
Packages that use BeanRepository
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of BeanRepository in org.apache.camel
Methods in org.apache.camel that return BeanRepositoryModifier and TypeMethodDescriptionRouteTemplateContext.getLocalBeanRepository()
Gets the local bean repository for the route template when creating the new route -
Uses of BeanRepository in org.apache.camel.spi
Subinterfaces of BeanRepository in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterface
Represents aBeanRepository
which may also be capable of binding beans to its repository.Methods in org.apache.camel.spi that return BeanRepositoryModifier and TypeMethodDescriptionLocalBeanRepositoryAware.getLocalBeanRepository()
Gets the local bean repository (if any in use)Methods in org.apache.camel.spi with parameters of type BeanRepositoryModifier and TypeMethodDescriptionvoid
LocalBeanRepositoryAware.setLocalBeanRepository
(BeanRepository repository) Sets a special local bean repository (ie thread local) that take precedence and will use first, if a bean exists.