public interface UrlRewrite
| Modifier and Type | Method and Description |
|---|---|
String |
rewrite(String url,
String relativeUrl,
org.apache.camel.Producer producer)
Rewrite the url.
|
String rewrite(String url, String relativeUrl, org.apache.camel.Producer producer) throws Exception
url - the absolute url (eg with scheme://host:port/path?query)relativeUrl - optional relative url, if bridging endpoints, which then would be without the base path from the
endpoint from the given producer.producer - the producer to use the rewritten urlException - is thrown if error rewriting the urlApache Camel