public interface JMSMessageUnmarshaller
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
unmarshal(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime,
javax.jms.Message message)
Unmarshal the given JMS message into an object for sending into the runtime.
|
java.lang.Object unmarshal(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime, javax.jms.Message message) throws com.espertech.esper.common.client.EPException
runtime
- runtimemessage
- is the message to unmarshalcom.espertech.esper.common.client.EPException
- if the unmarshal operation failed