public interface UrlRewrite
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