|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageTransformer | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
Uses of MessageTransformer in org.apache.activemq |
---|
Classes in org.apache.activemq that implement MessageTransformer | |
---|---|
class |
MessageTransformerSupport
A useful base class for message transformers. |
Methods in org.apache.activemq that return MessageTransformer | |
---|---|
MessageTransformer |
ActiveMQSession.getTransformer()
|
MessageTransformer |
ActiveMQConnectionFactory.getTransformer()
|
MessageTransformer |
ActiveMQMessageProducer.getTransformer()
|
MessageTransformer |
ActiveMQMessageConsumer.getTransformer()
|
MessageTransformer |
ActiveMQConnection.getTransformer()
|
Methods in org.apache.activemq with parameters of type MessageTransformer | |
---|---|
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 |
void |
ActiveMQMessageProducer.setTransformer(MessageTransformer transformer)
Sets the transformer used to transform messages before they are sent on to the JMS bus |
void |
ActiveMQMessageConsumer.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |