com.espertech.esperio.jms
Class JMSDefaultMapMessageMarshaller

java.lang.Object
  extended by com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
All Implemented Interfaces:
JMSMessageMarshaller

public class JMSDefaultMapMessageMarshaller
extends java.lang.Object
implements JMSMessageMarshaller

Marshals the response out of the event bean into a jms map message.


Constructor Summary
JMSDefaultMapMessageMarshaller()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSDefaultMapMessageMarshaller

public JMSDefaultMapMessageMarshaller()
Method Detail

marshal

public javax.jms.Message marshal(com.espertech.esper.client.EventBean eventBean,
                                 javax.jms.Session session,
                                 long timestamp)
                          throws com.espertech.esper.client.EPException
Description copied from interface: JMSMessageMarshaller
Marshals the response out of the event bean.

Specified by:
marshal in interface JMSMessageMarshaller
Parameters:
eventBean - is the event to marshal
session - is the JMS session
timestamp - is the timestamp to use
Returns:
marshalled event as JMS message
Throws:
com.espertech.esper.client.EPException

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