Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removing unexplained and possibly nonexistent SourceDataBinding reference.

...

CXF also includes other data bindings. There is the Aegis data binding which will turn nearly any Java object into something that can be represented using schema, including Maps, Lists, and unannotated java types. Also, there is the SourceDataBinding. This data binding reads and writes Source objects. CXF 2.1 added an XMLBeans databinding. CXF 2.3.0 adds an SDO data binding.

...