Versions Compared

Key

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

...

  • Remove QueryHandlers -> these were originally used for the ?wsdl processing (and is still used for ?js). However, that stuff is better done directly on the interceptor chains as interceptors to allow user supplied interceptors to also handle them. I'd like to just remove these. (obviously update the ?js stuff) Would simplify the CXFServlet a bit.

BaseDataReader/DataReader and the same for the writer. Not really sure why they are separated but EVERYTHING uses just "DataReader". Get rid of BaseData.

  • Likely move some of the other Abstract classes and such from kernel. For example, we now have a transports-common module. Move the AbstractDestination and stuff there.

...

  • The "run()" method on Bus was removed.
  • Merge BaseDataReader/DataReader and the same for the writer getting rid of the "Base" versions that are unreferenced.