Uses of Class
org.apache.camel.BeanScope
-
Packages that use BeanScope 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 BeanScope in org.apache.camel
Methods in org.apache.camel that return BeanScope Modifier and Type Method Description static BeanScope
BeanScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanScope[]
BeanScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BeanScope in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type BeanScope Modifier and Type Method Description Processor
BeanProcessorFactory. 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.
-