Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
org.apache.camel.runtimecatalog |
Runtime Camel Catalog
|
Modifier and Type | Method and Description |
---|---|
RuntimeCamelCatalog |
CamelContext.getRuntimeCamelCatalog()
Gets the associated
RuntimeCamelCatalog for this CamelContext. |
Modifier and Type | Method and Description |
---|---|
RuntimeCamelCatalog |
DefaultCamelContext.getRuntimeCamelCatalog() |
Constructor and Description |
---|
ManagedRuntimeCamelCatalog(CamelContext camelContext,
RuntimeCamelCatalog camelCatalog) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRuntimeCamelCatalog
Default
RuntimeCamelCatalog . |
Apache Camel