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