Websphere MQ Everyplace

com.ibm.mqe.mqbridge
Class MQeJMSRFHTransformer

java.lang.Object
  |
  +--com.ibm.mqe.mqbridge.MQeJMSRFHTransformer
All Implemented Interfaces:
MQeTransformerInterface

public class MQeJMSRFHTransformer
extends java.lang.Object
implements MQeTransformerInterface

An MQ to MQe transformer class which transforms the RFH2 headers present in a message sent by a JMS application on the bridge into MQe Message format and vice versa. The RFH2 header information is mapped on to the corresponding MQeFields and restored if the message needs to be reconstructed. Also, for all the MQeFields corresponding to JMS application, the RFH2 header is constructed for an outgoing message.

This is to be configured as default transformer, as it includes all the functionalities of MQeBaseTransformer and MQeGeneralRFHTransformer.


Constructor Summary
MQeJMSRFHTransformer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.mqe.mqbridge.MQeTransformerInterface
activate, transform, transform
 

Constructor Detail

MQeJMSRFHTransformer

public MQeJMSRFHTransformer()

Websphere MQ Everyplace