Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: switched to view vc source page that has links to move to other parts of package

...

CXF example for routing messages with different transports

The Camel CXF example is a demo of the camel-cxf component to show how to route messages between CXF endpoints, with one endpoint consuming a SOAP over JMS request while the other providing a SOAP over HTTP request for the actual CXF Service endpoint. The Camel router just routs the SOAP over HTTP CXF client request to the SOAP over HTTP CXF service.

...