public final class EndpointKey extends org.apache.camel.ValueHolder<String> implements org.apache.camel.spi.NormalizedEndpointUri
DefaultEndpointRegistry in AbstractCamelContext,
 to ensure a consistent lookup.| Constructor and Description | 
|---|
EndpointKey(String uri)  | 
EndpointKey(String uri,
           boolean normalized)
Optimized when the uri is already normalized. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getUri()  | 
String | 
toString()  | 
Apache Camel