org.codehaus.activemq
Class ActiveMQMessageTransformation

java.lang.Object
  extended byorg.codehaus.activemq.ActiveMQMessageTransformation

class ActiveMQMessageTransformation
extends java.lang.Object

Transforms foreign Destinations and Messages to ActiveMQ formats

Version:
$Revision: 1.10 $

Constructor Summary
(package private) ActiveMQMessageTransformation()
           
 
Method Summary
(package private) static ActiveMQDestination transformDestination(Destination destination)
           
static ActiveMQMessage transformMessage(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQMessageTransformation

ActiveMQMessageTransformation()
Method Detail

transformDestination

static ActiveMQDestination transformDestination(Destination destination)
                                         throws JMSException
Parameters:
destination -
Returns:
an ActiveMQDestination
Throws:
JMSException - if an error occurs

transformMessage

public static final ActiveMQMessage transformMessage(Message message)
                                              throws JMSException
Parameters:
message -
Returns:
an ActiveMQMessage
Throws:
JMSException - if an error occurs


Copyright © 2004 Protique, Ltd.. All Rights Reserved.