Package | Description |
---|---|
org.apache.camel.impl.engine |
Modifier and Type | Method and Description |
---|---|
protected EndpointKey |
AbstractCamelContext.getEndpointKey(String uri)
Gets the endpoint key to use for lookup or whe adding endpoints to the
DefaultEndpointRegistry |
protected EndpointKey |
AbstractCamelContext.getEndpointKey(String uri,
org.apache.camel.Endpoint endpoint)
Gets the endpoint key to use for lookup or whe adding endpoints to the
DefaultEndpointRegistry |
protected EndpointKey |
AbstractCamelContext.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 abstract org.apache.camel.spi.EndpointRegistry<EndpointKey> |
AbstractCamelContext.createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints) |
org.apache.camel.spi.EndpointRegistry<EndpointKey> |
AbstractCamelContext.getEndpointRegistry() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.camel.spi.EndpointRegistry<EndpointKey> |
AbstractCamelContext.createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints) |
Constructor and Description |
---|
DefaultEndpointRegistry(org.apache.camel.CamelContext context,
Map<EndpointKey,org.apache.camel.Endpoint> endpoints) |
Apache Camel