Uses of Enum Class
org.apache.camel.BeanScope
Packages that use BeanScope
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of BeanScope in org.apache.camel
Methods in org.apache.camel that return BeanScope -
Uses of BeanScope in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type BeanScopeModifier and TypeMethodDescriptionBeanProcessorFactory.createBeanProcessor
(CamelContext camelContext, Object bean, String beanType, Class<?> beanClass, String ref, String method, BeanScope scope) Creates the bean processor from a given set of parameters that can refer to the bean via an existing bean, a reference to a bean, or its class name etc.