I have a simple camel route I need to modify. The route looks like this:
from(source.uri) .unmarshal() .bean(TransformMessageBean.class, \"SomeMethod\")
In Spring XML DSL, it would be something like