Uses of Class
org.apache.camel.impl.engine.EndpointKey
-
Packages that use EndpointKey Package Description org.apache.camel.impl.engine -
-
Uses of EndpointKey in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return EndpointKey Modifier and Type Method Description protected EndpointKey
AbstractCamelContext. getEndpointKey(String uri)
Gets the endpoint key to use for lookup or whe adding endpoints to theDefaultEndpointRegistry
protected EndpointKey
AbstractCamelContext. getEndpointKey(String uri, org.apache.camel.Endpoint endpoint)
Gets the endpoint key to use for lookup or whe adding endpoints to theDefaultEndpointRegistry
protected EndpointKey
AbstractCamelContext. getEndpointKeyPreNormalized(String uri)
Gets the endpoint key to use for lookup or whe adding endpoints to theDefaultEndpointRegistry
Methods in org.apache.camel.impl.engine that return types with arguments of type EndpointKey Modifier and Type Method Description protected abstract org.apache.camel.spi.EndpointRegistry<EndpointKey>
AbstractCamelContext. createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
protected org.apache.camel.spi.EndpointRegistry<EndpointKey>
SimpleCamelContext. createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
org.apache.camel.spi.EndpointRegistry<EndpointKey>
AbstractCamelContext. getEndpointRegistry()
Method parameters in org.apache.camel.impl.engine with type arguments of type EndpointKey Modifier and Type Method Description protected abstract org.apache.camel.spi.EndpointRegistry<EndpointKey>
AbstractCamelContext. createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
protected org.apache.camel.spi.EndpointRegistry<EndpointKey>
SimpleCamelContext. createEndpointRegistry(Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
Constructor parameters in org.apache.camel.impl.engine with type arguments of type EndpointKey Constructor Description DefaultEndpointRegistry(org.apache.camel.CamelContext context, Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
-