com.espertech.esperio.jms
Interface JMSMessageUnmarshaller

All Known Implementing Classes:
JMSDefaultAnyMessageUnmarshaller

public interface JMSMessageUnmarshaller

Interface for a un-marshaller that takes a JMS message and creates or wraps an event object for use to send as an event into an engine instance.


Method Summary
 java.lang.Object unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService, javax.jms.Message message)
          Unmarshal the given JMS message into an object for sending into the engine.
 

Method Detail

unmarshal

java.lang.Object unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService,
                           javax.jms.Message message)
                           throws com.espertech.esper.client.EPException
Unmarshal the given JMS message into an object for sending into the engine.

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