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