Uses of Interface
org.apache.activemq.MessageTransformer
Packages that use MessageTransformer
-
Uses of MessageTransformer in org.apache.activemq
Classes in org.apache.activemq that implement MessageTransformerModifier and TypeClassDescriptionclassA useful base class for message transformers.Methods in org.apache.activemq that return MessageTransformerModifier and TypeMethodDescriptionActiveMQConnection.getTransformer()ActiveMQConnectionFactory.getTransformer()ActiveMQMessageConsumer.getTransformer()ActiveMQMessageProducer.getTransformer()ActiveMQSession.getTransformer()Methods in org.apache.activemq with parameters of type MessageTransformerModifier and TypeMethodDescriptionvoidActiveMQConnection.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 clientvoidActiveMQConnectionFactory.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 clientvoidActiveMQMessageConsumer.setTransformer(MessageTransformer transformer) Sets the transformer used to transform messages before they are sent on to the JMS busvoidActiveMQMessageProducer.setTransformer(MessageTransformer transformer) Sets the transformer used to transform messages before they are sent on to the JMS busvoidActiveMQSession.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