Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
{snippet:id=e2|lang=java|url=activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel/transport/Server.java}

CXF example for using the WebServiceProvider API

JAXWS API provides the WebServiceProvider API to meet the requirement of XML lever message handling. This example is to show how to route an SOAP Message from a WebServiceProvider implementor to bean endpoint in the Camel context. Basically , we still pass the WebServiceProvider implementor as SEI, and the camel-cxf consumer will pass the SOAP Message in a list of parameter to camel router for further processing.

...