Uses of Interface
org.apache.camel.spi.NormalizedEndpointUri
Packages that use NormalizedEndpointUri
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of NormalizedEndpointUri in org.apache.camel
Methods in org.apache.camel that return NormalizedEndpointUriModifier and TypeMethodDescriptionExtendedCamelContext.normalizeUri(String uri) Normalizes the given uri.Methods in org.apache.camel with parameters of type NormalizedEndpointUriModifier and TypeMethodDescriptionExtendedCamelContext.getEndpoint(NormalizedEndpointUri uri) Resolves the given name to anEndpointof the specified type.ExtendedCamelContext.getEndpoint(NormalizedEndpointUri uri, Map<String, Object> parameters) Resolves the given name to anEndpointof the specified type.ExtendedCamelContext.getPrototypeEndpoint(NormalizedEndpointUri uri) Resolves the given name to anEndpointof the specified type (scope is prototype).ExtendedCamelContext.hasEndpoint(NormalizedEndpointUri uri) Is the given endpoint already registered in theEndpointRegistry -
Uses of NormalizedEndpointUri in org.apache.camel.spi
Subinterfaces with type arguments of type NormalizedEndpointUri in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceRegistry to cache endpoints in memory.