Versions Compared

Key

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

...

What is the start point to understand the CXF transport layer and implement own transport? I would recommend to read CXF documentation //cxf.apache.org/docs/transports.html CXF transports overview and analyze source code of existing CXF transports (Local and JMS once are more straightforward). They are located into packages: org.apache.cxf.transport.local and org.apache.cxf.transport.jms correspondingly