// Convert to Text
//String xmlMessage = convertDocumentToString();
// Use the Spring Message bean to send the message
BeanFactory context = super.getSpringContext();
ITestMessageSender jmsSender = (ITestMessageSender) context .getBean(JMS_BEAN);
// Send messages
jmsSender.sendMessage("replace this");
// Update the context
super.setFlowBeanInContext(executionContext, flowBean);
// transition to the next node based on the decision