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 It makes sense to read CXF documentation 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.