Package | Description |
---|---|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
Modifier and Type | Method and Description |
---|---|
protected EndpointKey |
DefaultCamelContext.getEndpointKey(String uri)
Gets the endpoint key to use for lookup or whe adding endpoints to the
DefaultEndpointRegistry |
protected EndpointKey |
DefaultCamelContext.getEndpointKey(String uri,
Endpoint endpoint)
Gets the endpoint key to use for lookup or whe adding endpoints to the
DefaultEndpointRegistry |
protected EndpointKey |
DefaultCamelContext.getEndpointKeyPreNormalized(String uri)
Gets the endpoint key to use for lookup or whe adding endpoints to the
DefaultEndpointRegistry |
Modifier and Type | Method and Description |
---|---|
protected EndpointRegistry<EndpointKey> |
DefaultCamelContext.createEndpointRegistry(Map<EndpointKey,Endpoint> endpoints) |
Set<Map.Entry<EndpointKey,Endpoint>> |
DefaultEndpointRegistry.entrySet() |
EndpointRegistry<EndpointKey> |
DefaultCamelContext.getEndpointRegistry() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
DefaultEndpointRegistry.put(EndpointKey key,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected EndpointRegistry<EndpointKey> |
DefaultCamelContext.createEndpointRegistry(Map<EndpointKey,Endpoint> endpoints) |
Constructor and Description |
---|
DefaultEndpointRegistry(CamelContext context,
Map<EndpointKey,Endpoint> endpoints) |
Apache Camel