Versions Compared

Key

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

...

This will the change the namespaces that CXF generates by default so that they are the same as XFire would generate.

Class <-> XML

...

Mapping Overview

Aegis has a flexible mapping system so you can control how your beans are controlled. By default your POJOs are serialized based on their name and namespaces. If you have a class in the "org.codehaus.xfire" package named "Employee" it would be serialized in namespace "http://xfire.codehaus.org" with the local name "Employee"

...