I have a simple camel route I need to modify. The route looks like this:
from(source.uri) .unmarshal() .bean(TransformMessageBean.class, \"SomeMethod\")
Another way in XML:
${bean:yourBean.getMethod}