Uses of Class
org.apache.camel.blueprint.BlueprintCamelContext
-
Packages that use BlueprintCamelContext Package Description org.apache.camel.blueprint -
-
Uses of BlueprintCamelContext in org.apache.camel.blueprint
Methods in org.apache.camel.blueprint that return BlueprintCamelContext Modifier and Type Method Description protected BlueprintCamelContextCamelContextFactoryBean. createContext()BlueprintCamelContextCamelContextFactoryBean. getContext(boolean create)Methods in org.apache.camel.blueprint that return types with arguments of type BlueprintCamelContext Modifier and Type Method Description Class<BlueprintCamelContext>CamelContextFactoryBean. getObjectType()Methods in org.apache.camel.blueprint with parameters of type BlueprintCamelContext Modifier and Type Method Description protected voidCamelContextFactoryBean. initBeanPostProcessor(BlueprintCamelContext context)protected voidCamelContextFactoryBean. initCustomRegistry(BlueprintCamelContext context)Constructors in org.apache.camel.blueprint with parameters of type BlueprintCamelContext Constructor Description ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext, org.apache.camel.spi.PackageScanFilter filter, boolean includeNonSingletons)PackageScanRouteBuilderFinder(BlueprintCamelContext camelContext, String[] packages, ClassLoader classLoader, org.apache.camel.spi.PackageScanClassResolver resolver)
-