Versions Compared

Key

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

...

Using the servlet transport without Spring

Some user who dondoesn't want to touch any Spring stuff could also publish the endpoint with CXF servlet transport. First you should extends the CXFNonSpringServlet and then override the method loadBus which below codes:

...