Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the asciidoc in the repository: https://github.com/apache/camel/blob/master/README.md https://github.com/apache/camel/blob/master/components/readme.adoc
NormalizerCamel supports the Normalizer from the EIP patterns by using a Message Router in front of a number of Message Translator instances.
ExampleThis 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 |

