Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

This example shows a Message Normalizer that converts two types of XML messages into a common format. Messages in this common format are then filtered.

Using the Fluent Builders

...

In this case we're using a Java bean as the normalizer. The class looks like this

...

Using the Spring XML Extensions

The same example in the Spring DSL

...

See Also

...

...