public class ContextScanRouteBuilderFinder extends Object
RouteBuilder
instances on the
Spring ApplicationContext
.Constructor and Description |
---|
ContextScanRouteBuilderFinder(SpringCamelContext camelContext,
org.apache.camel.spi.PackageScanFilter filter) |
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)
Apache Camel