|
|||||||||
| Home >> All >> org >> [ activemq overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq
Class ActiveMQMessageTransformation

java.lang.Objectorg.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.
|
|||||||||
| Home >> All >> org >> [ activemq overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.ActiveMQMessageTransformation