Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageTransformerSupport
A useful base class for message transformers.
|
Modifier and Type | Method and Description |
---|---|
MessageTransformer |
ActiveMQMessageProducer.getTransformer() |
MessageTransformer |
ActiveMQConnection.getTransformer() |
MessageTransformer |
ActiveMQMessageConsumer.getTransformer() |
MessageTransformer |
ActiveMQSession.getTransformer() |
MessageTransformer |
ActiveMQConnectionFactory.getTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQMessageProducer.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on
to the JMS bus
|
void |
ActiveMQConnection.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|
void |
ActiveMQMessageConsumer.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on
to the JMS bus
|
void |
ActiveMQSession.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|
void |
ActiveMQConnectionFactory.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on
to the JMS bus or when they are received from the bus but before they are
delivered to the JMS client
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.