public class ObjectMessageCreationStrategy extends Object implements MessageCreationStrategy
| Constructor and Description |
|---|
ObjectMessageCreationStrategy() |
| 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.
|
public javax.jms.Message createJMSMessage(String beanId, org.milyn.container.ExecutionContext context, javax.jms.Session jmsSession) throws org.milyn.SmooksException
MessageCreationStrategycreateJMSMessage in interface MessageCreationStrategybeanId - - the beanId of the Java Object to populate the JMS Message body withorg.milyn.SmooksExceptionCopyright © 2016. All rights reserved.