|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.jms.MessageTag
org.apache.commons.jelly.tags.jms.MapMessageTag
public class MapMessageTag
Creates a JMS MapMessage
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
MapMessageTag()
|
|
| Method Summary | |
|---|---|
void |
addEntry(java.lang.String name,
java.lang.Object value)
|
protected javax.jms.Message |
createMessage()
|
void |
setMap(java.util.Map map)
Sets the Map of entries to be used for this Map Message |
| Methods inherited from class org.apache.commons.jelly.tags.jms.MessageTag |
|---|
addProperty, doTag, findConnection, getConnection, getMessage, setConnection, setCorrelationID, setReplyTo, setType, setVar |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapMessageTag()
| Method Detail |
|---|
public void addEntry(java.lang.String name,
java.lang.Object value)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
public void setMap(java.util.Map map)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
protected javax.jms.Message createMessage()
throws org.apache.commons.jelly.JellyTagException
createMessage in class MessageTagorg.apache.commons.jelly.JellyTagException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||