This is an example that illustrates how Smooks can be used to apply "profile" based transformations on a message.
Using profiles, you can share common transformation configurations across all messages that share the same profiles.
See:
- The "Main" class in src/main/java/example/Main.java.
- The input message in input-message.xml.
- smooks-config.xml. Pay specific attention to the "profile" info in the config.
mvn clean package
mvn exec:exec
- Follow the command prompts