|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.messages.MessageHelper
public class MessageHelper
Method Summary | |
---|---|
static Message |
createMessage(java.lang.String msgId,
java.lang.String correlationId,
java.lang.String destId,
byte destType)
Creates a well formed Message . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Message createMessage(java.lang.String msgId, java.lang.String correlationId, java.lang.String destId, byte destType)
Message
.
msgId
- ID of the new messagecorrelationId
- correlation ID of the new messagedestId
- ID of the destination creating the messagedestType
- type of the destination creating the message:
DestinationConstants.QUEUE_TYPE
or
DestinationConstants.TOPIC_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |