|
|||||||||
| 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.TextMessageTag
public class TextMessageTag
Creates a JMS TextMessage
| Field Summary | |
|---|---|
private java.lang.String |
text
|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
TextMessageTag()
|
|
| Method Summary | |
|---|---|
protected javax.jms.Message |
createMessage()
|
void |
setText(java.lang.String text)
Sets the body of the message, a String. |
| 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 |
| Field Detail |
|---|
private java.lang.String text
| Constructor Detail |
|---|
public TextMessageTag()
| Method Detail |
|---|
public void setText(java.lang.String text)
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 | ||||||||