Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq
Class ActiveMQMessageTransformation  view ActiveMQMessageTransformation download ActiveMQMessageTransformation.java

java.lang.Object
  extended byorg.activemq.ActiveMQMessageTransformation

class ActiveMQMessageTransformation
extends java.lang.Object

Transforms foreign Destinations and Messages to ActiveMQ formats

Version:
$Revision: 1.1.1.1 $

Constructor Summary
(package private) ActiveMQMessageTransformation()
           
 
Method Summary
(package private) static org.activemq.message.ActiveMQDestination transformDestination(javax.jms.Destination destination)
           
static org.activemq.message.ActiveMQMessage transformMessage(javax.jms.Message message)
          Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider.
 
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 org.activemq.message.ActiveMQDestination transformDestination(javax.jms.Destination destination)
                                                              throws javax.jms.JMSException

transformMessage

public static final org.activemq.message.ActiveMQMessage transformMessage(javax.jms.Message message)
                                                                   throws javax.jms.JMSException
Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider.