Uses of Interface
org.apache.camel.spi.NormalizedEndpointUri
Packages that use NormalizedEndpointUri
-
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