Package | Description |
---|---|
com.espertech.esperio.jms |
Spring-JMS Adapter and marshalling.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSDefaultMapMessageMarshaller
Marshals the response out of the event bean into a jms map message.
|
Modifier and Type | Field and Description |
---|---|
protected JMSMessageMarshaller |
JMSOutputAdapter.jmsMessageMarshaller
Marshaller to use.
|
Modifier and Type | Method and Description |
---|---|
JMSMessageMarshaller |
JMSSubscription.getJmsMessageMarshaller()
Returns the marshaller to use for this subscription.
|
JMSMessageMarshaller |
JMSOutputAdapter.getJmsMessageMarshaller()
Returns the JMS message marshaller.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringJMSTemplateOutputAdapter.send(com.espertech.esper.client.EventBean eventBean,
JMSMessageMarshaller jmsMessageMarshaller) |
abstract void |
JMSOutputAdapter.send(com.espertech.esper.client.EventBean eventBean,
JMSMessageMarshaller jmsAdapterMarshaller)
Abstract send methods for marshalling and sending an event of to JMS care.
|
void |
JMSSubscription.setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
Sets the marshaller to use for this subscription.
|
void |
JMSOutputAdapter.setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
Sets the JMS message marshaller.
|