Support destination address override by CxfProvider and CxfrsProvider
---------------------------------------------------------------------
Key: CAMEL-3386
URL: https://issues.apache.org/jira/browse/CAMEL-3386
Project: Camel
Issue Type: New Feature
Components: camel-cxf
Reporter: William Tam
Priority: Minor
Fix For: 2.6.0
So far, users can only send requests to REST/SOAP service endpoints that have
been explicitly defined in Camel routes. Sometimes, it is useful to override
the destination address at runtime (eliminating the need of adding an explicit
route or the need of knowing about "future" service endpoint deployment at the
configuring time). The assumption is these service endpoints are identical but
running at different locations. This feature can greatly simplify the route
configuration if there are tens (or hundreds) of identical services to be
invoked.
With the included patch, CxfProvider and CxfrsProvider will honor the
CamelDestinationOverrideUrl header and use the value as the target address.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.