org.apache.camel.blueprint
Class CamelRouteContextFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.blueprint.CamelRouteContextFactoryBean

public class CamelRouteContextFactoryBean
extends org.apache.camel.model.IdentifiedType


Constructor Summary
CamelRouteContextFactoryBean()
           
 
Method Summary
 List<org.apache.camel.model.RouteDefinition> getRoutes()
           
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelRouteContextFactoryBean

public CamelRouteContextFactoryBean()
Method Detail

getRoutes

public List<org.apache.camel.model.RouteDefinition> getRoutes()
                                                       throws Exception
Throws:
Exception


Apache CAMEL