Class TextMessageCreationStrategy

    • Constructor Detail

      • TextMessageCreationStrategy

        public TextMessageCreationStrategy()
    • Method Detail

      • createJMSMessage

        public javax.jms.Message createJMSMessage​(String beanId,
                                                  org.smooks.api.ExecutionContext context,
                                                  javax.jms.Session jmsSession)
                                           throws org.smooks.api.SmooksException
        Description copied from interface: MessageCreationStrategy
        Create a JMS Message object with the content of Java Object identified by beanId.
        Specified by:
        createJMSMessage in interface MessageCreationStrategy
        Parameters:
        beanId - - the beanId of the Java Object to populate the JMS Message body with
        Returns:
        Throws:
        org.smooks.api.SmooksException