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 NormalizedUri
newNormalizedUri
(String uri, boolean normalized) Creates a newNormalizedUri
instancetoString()
Methods inherited from class org.apache.camel.ValueHolder
equals, get, hashCode
-
Method Details
-
newNormalizedUri
Creates a newNormalizedUri
instance- Parameters:
uri
- the urinormalized
- whether its already normalized- Returns:
- the created normalized uri
-
getUri
- Specified by:
getUri
in interfaceorg.apache.camel.spi.NormalizedEndpointUri
-
toString
-