Package org.apache.camel.spi
Interface NormalizedEndpointUri
-
public interface NormalizedEndpointUriAn Uri which has been normalized. This is intended for internal optimizations or third party EIP or component implementations that can be optimized to pre normalize endpoints under certain use-cases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUri()Gets the normalized uri
-
-
-
Method Detail
-
getUri
String getUri()
Gets the normalized uri
-
-