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 RuntimeCamelCatalog
ExtendedCamelContext. getRuntimeCamelCatalog()
Gets theRuntimeCamelCatalog
if available on the classpath.Methods in org.apache.camel with parameters of type RuntimeCamelCatalog Modifier and Type Method Description void
ExtendedCamelContext. setRuntimeCamelCatalog(RuntimeCamelCatalog runtimeCamelCatalog)
Sets theRuntimeCamelCatalog
to use.
-