com.espertech.esperio.jms
Class JMSDefaultAnyMessageUnmarshaller

java.lang.Object
  extended by com.espertech.esperio.jms.JMSDefaultAnyMessageUnmarshaller
All Implemented Interfaces:
JMSMessageUnmarshaller

public class JMSDefaultAnyMessageUnmarshaller
extends java.lang.Object
implements JMSMessageUnmarshaller

Created for ESPER.


Constructor Summary
JMSDefaultAnyMessageUnmarshaller()
           
 
Method Summary
 com.espertech.esper.client.EventBean unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService, javax.jms.Message message)
          Unmarshal the given JMS message into an object for sending into the engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSDefaultAnyMessageUnmarshaller

public JMSDefaultAnyMessageUnmarshaller()
Method Detail

unmarshal

public com.espertech.esper.client.EventBean unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService,
                                                      javax.jms.Message message)
                                               throws com.espertech.esper.client.EPException
Description copied from interface: JMSMessageUnmarshaller
Unmarshal the given JMS message into an object for sending into the engine.

Specified by:
unmarshal in interface JMSMessageUnmarshaller
Parameters:
eventAdapterService - is the wrapper service for events
message - is the message to unmarshal
Returns:
event to send to engine
Throws:
com.espertech.esper.client.EPException - if the unmarshal operation failed

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