Interface | Description |
---|---|
JMSMessageMarshaller |
Interface for a marshaller that creates a JMS message given a JMS session and event.
|
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.
|
Class | Description |
---|---|
JMSDefaultAnyMessageUnmarshaller |
Created for ESPER.
|
JMSDefaultMapMessageMarshaller |
Marshals the response out of the event bean into a jms map message.
|
JMSInputAdapter |
Created for ESPER.
|
JMSOutputAdapter |
Implements a JMS output adapter.
|
JMSSubscription |
Represents the JMS-aspects of a subscription.
|
SpringContext |
Supplies properties for use in configuration files to configure Spring application context.
|
SpringContextLoader |
Loader for Spring-configured input and output adapters.
|
SpringJMSTemplateInputAdapter |
Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine.
|
SpringJMSTemplateOutputAdapter |
Output adapter for sending engine events out into the JMS world using Spring JMS templates.
|
Spring-JMS Adapter and marshalling.