Uses of Interface
org.apache.camel.spi.BeanRepository
-
Packages that use BeanRepository 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 BeanRepository in org.apache.camel
Methods in org.apache.camel that return BeanRepository Modifier and Type Method Description BeanRepositoryRouteTemplateContext. 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.spi Modifier and Type Interface Description interfaceRegistryRepresents aBeanRepositorywhich may also be capable of binding beans to its repository.Methods in org.apache.camel.spi that return BeanRepository Modifier and Type Method Description BeanRepositoryLocalBeanRepositoryAware. getLocalBeanRepository()Gets the local bean repository (if any in use)Methods in org.apache.camel.spi with parameters of type BeanRepository Modifier and Type Method Description voidLocalBeanRepositoryAware. setLocalBeanRepository(BeanRepository repository)Sets a special local bean repository (ie thread local) that take precedence and will use first, if a bean exists.
-