| 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
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeEndpointRegistry |
CamelContext.getRuntimeEndpointRegistry()
Gets the
RuntimeEndpointRegistry to use, or null if none is in use. |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setRuntimeEndpointRegistry(RuntimeEndpointRegistry runtimeEndpointRegistry)
Sets a custom
RuntimeEndpointRegistry to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuntimeEndpointRegistry |
| Modifier and Type | Method and Description |
|---|---|
RuntimeEndpointRegistry |
DefaultCamelContext.getRuntimeEndpointRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setRuntimeEndpointRegistry(RuntimeEndpointRegistry runtimeEndpointRegistry) |
| Constructor and Description |
|---|
ManagedRuntimeEndpointRegistry(CamelContext context,
RuntimeEndpointRegistry registry) |
Apache Camel