Websphere MQ Everyplace

com.ibm.mqe.mqbridge
Class MQeGeneralRFHTransformer

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

public class MQeGeneralRFHTransformer
extends java.lang.Object
implements MQeTransformerInterface

A simple MQ to MQe transformer class which transforms the RFH2 headers present in an incoming message on the bridge into MQe Message format and vice versa.

For an incoming message, this provides the RFH2 header information in the form of a byteArray in an MQeFields object. And consructs an RFH2 header if the outgoing message contains RFH2 header information in its message format.


Constructor Summary
MQeGeneralRFHTransformer()
           
 
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

MQeGeneralRFHTransformer

public MQeGeneralRFHTransformer()

Websphere MQ Everyplace