Uses of Interface
org.apache.camel.spi.NormalizedEndpointUri
-
Packages that use NormalizedEndpointUri Package Description org.apache.camel The core Camel API. -
-
Uses of NormalizedEndpointUri in org.apache.camel
Methods in org.apache.camel that return NormalizedEndpointUri Modifier and Type Method Description NormalizedEndpointUriExtendedCamelContext. normalizeUri(String uri)Normalizes the given uri.Methods in org.apache.camel with parameters of type NormalizedEndpointUri Modifier and Type Method Description EndpointExtendedCamelContext. getEndpoint(NormalizedEndpointUri uri)Resolves the given name to anEndpointof the specified type.EndpointExtendedCamelContext. getEndpoint(NormalizedEndpointUri uri, Map<String,Object> parameters)Resolves the given name to anEndpointof the specified type.EndpointExtendedCamelContext. getPrototypeEndpoint(NormalizedEndpointUri uri)Resolves the given name to anEndpointof the specified type (scope is prototype).EndpointExtendedCamelContext. hasEndpoint(NormalizedEndpointUri uri)Is the given endpoint already registered in theEndpointRegistry
-