Uses of Class
org.apache.camel.cdi.xml.RouteContextDefinition
-
Packages that use RouteContextDefinition Package Description org.apache.camel.cdi.xml The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of RouteContextDefinition in org.apache.camel.cdi.xml
Methods in org.apache.camel.cdi.xml that return types with arguments of type RouteContextDefinition Modifier and Type Method Description List<RouteContextDefinition>ApplicationContextFactoryBean. getRouteContexts()Method parameters in org.apache.camel.cdi.xml with type arguments of type RouteContextDefinition Modifier and Type Method Description voidApplicationContextFactoryBean. setRouteContexts(List<RouteContextDefinition> routeContexts)
-