org.apache.camel.spring
Class ContextScanRouteBuilderFinder
java.lang.Object
   org.apache.camel.spring.ContextScanRouteBuilderFinder
org.apache.camel.spring.ContextScanRouteBuilderFinder
- public class ContextScanRouteBuilderFinder 
- extends Object
A helper class which will find all RouteBuilder instances on the
 Spring ApplicationContext.
- Version:
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ContextScanRouteBuilderFinder
public ContextScanRouteBuilderFinder(SpringCamelContext camelContext,
                                     org.apache.camel.spi.PackageScanFilter filter)
appendBuilders
public void appendBuilders(List<org.apache.camel.RoutesBuilder> list)
- Appends all the RouteBuilderinstances that can be found in the context
 
- 
 
shouldIgnoreBean
protected boolean shouldIgnoreBean(Object bean)
- 
 
isFilteredClass
protected boolean isFilteredClass(Object bean)
- 
 
Apache CAMEL