Uses of Interface
org.apache.activemq.MessageTransformer

Packages that use MessageTransformer
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.util.oxm   
org.apache.activemq.util.xstream   
 

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 ActiveMQConnectionFactory.getTransformer()
           
 MessageTransformer ActiveMQMessageConsumer.getTransformer()
           
 MessageTransformer ActiveMQSession.getTransformer()
           
 MessageTransformer ActiveMQConnection.getTransformer()
           
 MessageTransformer ActiveMQMessageProducer.getTransformer()
           
 

Methods in org.apache.activemq with parameters of type MessageTransformer
 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 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 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 ActiveMQMessageProducer.setTransformer(MessageTransformer transformer)
          Sets the transformer used to transform messages before they are sent on to the JMS bus
 

Uses of MessageTransformer in org.apache.activemq.util.oxm
 

Classes in org.apache.activemq.util.oxm that implement MessageTransformer
 class AbstractXMLMessageTransformer
          Abstract class used as a base for implementing transformers from object to text messages (in XML/JSON format) and vice versa using.
 class OXMMessageTransformer
          Transforms object messages to text messages and vice versa using OXM
 

Uses of MessageTransformer in org.apache.activemq.util.xstream
 

Classes in org.apache.activemq.util.xstream that implement MessageTransformer
 class XStreamMessageTransformer
          Deprecated. as of 5.3.0 release replaced by XStreamMessageTransformer
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.