Package org.apache.camel.support
Class NormalizedUri
java.lang.Object
org.apache.camel.ValueHolder<String>
org.apache.camel.support.NormalizedUri
- All Implemented Interfaces:
org.apache.camel.spi.NormalizedEndpointUri
public final class NormalizedUri
extends org.apache.camel.ValueHolder<String>
implements org.apache.camel.spi.NormalizedEndpointUri
Implementation of
NormalizedEndpointUri.
Use the newNormalizedUri(String, boolean) as factory method.-
Method Summary
Modifier and TypeMethodDescriptiongetUri()static NormalizedUrinewNormalizedUri(String uri, boolean normalized) Creates a newNormalizedUriinstancetoString()Methods inherited from class org.apache.camel.ValueHolder
equals, get, hashCode
-
Method Details
-
newNormalizedUri
Creates a newNormalizedUriinstance- Parameters:
uri- the urinormalized- whether its already normalized- Returns:
- the created normalized uri
-
getUri
- Specified by:
getUriin interfaceorg.apache.camel.spi.NormalizedEndpointUri
-
toString
-