public interface MessageCreationStrategy
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
createJMSMessage(String beanId,
org.milyn.container.ExecutionContext context,
javax.jms.Session jmsSession)
Create a JMS Message object with the content of Java Object
identified by beanId.
|
javax.jms.Message createJMSMessage(String beanId, org.milyn.container.ExecutionContext context, javax.jms.Session jmsSession) throws org.milyn.SmooksException
beanId - - the beanId of the Java Object to populate the JMS Message body withcontext - jmsSession - org.milyn.SmooksExceptionCopyright © 2016. All rights reserved.