Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

One important aspect of the DefaultTypeMapping registry which turns up in other aspects of Aegis is that it is really multiple registries: one per service target namespace, plus extras for soap encodings. There is some very confusing terminology in the code: the name encodingStyleURI is used in the DefaultTypeMappingRegistry for the key to the map of the registries, when in fact what ends up in that key can be either a Soap encoding style URI (e.g. http://schemas.xmlsoap.org/soap/encoding/Image Removed) or the namespace URI of a service (as initialized by AegisDatabinding.getNamespaceURI()).

...