Versions Compared

Key

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

CXF includes an "HTTP binding" which makes it easy to build REST style services. The HTTP binding allows you to take any operation and map it to arbitrary URIs and HTTP verbs (i.e. GET, PUT, POST, DELETE).Note : this

Info

This binding has been deprecated and is likely to be removed from CXF in one of its future releases.

Convention based services

...