Uses of Interface
org.apache.camel.catalog.RuntimeCamelCatalog
-
Packages that use RuntimeCamelCatalog Package Description org.apache.camel The core Camel API. -
-
Uses of RuntimeCamelCatalog in org.apache.camel
Methods in org.apache.camel that return RuntimeCamelCatalog Modifier and Type Method Description RuntimeCamelCatalogExtendedCamelContext. getRuntimeCamelCatalog()Gets theRuntimeCamelCatalogif available on the classpath.Methods in org.apache.camel with parameters of type RuntimeCamelCatalog Modifier and Type Method Description voidExtendedCamelContext. setRuntimeCamelCatalog(RuntimeCamelCatalog runtimeCamelCatalog)Sets theRuntimeCamelCatalogto use.
-