com.espertech.esperio.jms
Class JMSDefaultMapMessageMarshaller
java.lang.Object
com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
- All Implemented Interfaces:
- JMSMessageMarshaller
public class JMSDefaultMapMessageMarshaller
- extends Object
- implements JMSMessageMarshaller
Marshals the response out of the event bean into a jms map message.
Method Summary |
javax.jms.Message |
marshal(com.espertech.esper.event.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 |
JMSDefaultMapMessageMarshaller
public JMSDefaultMapMessageMarshaller()
marshal
public javax.jms.Message marshal(com.espertech.esper.event.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 marshalsession
- is the JMS sessiontimestamp
- is the timestamp to use
- Returns:
- marshalled event as JMS message
- Throws:
com.espertech.esper.client.EPException