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(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(EventAdapterService eventAdapterService,
                           javax.jms.Message message)
                           throws 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:
EPException - if the unmarshal operation failed

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