public class JMSDefaultMapMessageMarshaller extends java.lang.Object implements JMSMessageMarshaller
Constructor and Description |
---|
JMSDefaultMapMessageMarshaller() |
Modifier and Type | Method and Description |
---|---|
javax.jms.Message |
marshal(com.espertech.esper.client.EventBean eventBean,
javax.jms.Session session,
long timestamp)
Marshals the response out of the event bean.
|
public javax.jms.Message marshal(com.espertech.esper.client.EventBean eventBean, javax.jms.Session session, long timestamp) throws com.espertech.esper.client.EPException
JMSMessageMarshaller
marshal
in interface JMSMessageMarshaller
eventBean
- is the event to marshalsession
- is the JMS sessiontimestamp
- is the timestamp to usecom.espertech.esper.client.EPException