public class ContextScanRouteBuilderFinder extends Object
RouteBuilder instances on the
Spring ApplicationContext.| Constructor and Description |
|---|
ContextScanRouteBuilderFinder(SpringCamelContext camelContext,
org.apache.camel.spi.PackageScanFilter filter,
boolean includeNonSingletons) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendBuilders(List<org.apache.camel.RoutesBuilder> list)
Appends all the
RouteBuilder instances that can be found in the context |
protected boolean |
isFilteredClass(Object bean) |
protected boolean |
shouldIgnoreBean(Object bean) |
public ContextScanRouteBuilderFinder(SpringCamelContext camelContext, org.apache.camel.spi.PackageScanFilter filter, boolean includeNonSingletons)
public void appendBuilders(List<org.apache.camel.RoutesBuilder> list)
RouteBuilder instances that can be found in the contextprotected boolean shouldIgnoreBean(Object bean)
protected boolean isFilteredClass(Object bean)
Apache Camel