| 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 |
|---|---|
EndpointRegistry<? extends ValueHolder<String>> |
CamelContext.getEndpointRegistry()
Gets the
EndpointRegistry |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEndpointRegistry
Default implementation of
EndpointRegistry |
| Modifier and Type | Method and Description |
|---|---|
protected EndpointRegistry<EndpointKey> |
DefaultCamelContext.createEndpointRegistry(Map<EndpointKey,Endpoint> endpoints) |
EndpointRegistry<EndpointKey> |
DefaultCamelContext.getEndpointRegistry() |
| Modifier and Type | Method and Description |
|---|---|
EndpointRegistry |
ManagedEndpointRegistry.getEndpointRegistry() |
| Constructor and Description |
|---|
ManagedEndpointRegistry(CamelContext context,
EndpointRegistry endpointRegistry) |
Apache Camel