JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.camel.spi
Interface NormalizedEndpointUri
public interface
NormalizedEndpointUri
An 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 and Description
String
getUri
()
Gets the normalized uri
Method Detail
getUri
String
getUri()
Gets the normalized uri
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Apache Camel