com.espertech.esperio.jms
Interface JMSMessageMarshaller

All Known Implementing Classes:
JMSDefaultMapMessageMarshaller

public interface JMSMessageMarshaller

Interface for a marshaller that creates a JMS message given a JMS session and event.


Method Summary
 javax.jms.Message marshal(com.espertech.esper.client.EventBean eventBean, javax.jms.Session session, long timestamp)
          Marshals the response out of the event bean.
 

Method Detail

marshal

javax.jms.Message marshal(com.espertech.esper.client.EventBean eventBean,
                          javax.jms.Session session,
                          long timestamp)
Marshals the response out of the event bean.

Parameters:
eventBean - is the event to marshal
session - is the JMS session
timestamp - is the timestamp to use
Returns:
marshalled event as JMS message

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com