|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.apache.commons.jelly.tags.jms.MessageTag | +--org.apache.commons.jelly.tags.jms.ObjectMessageTag
Creates a JMS ObjectMessage
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
ObjectMessageTag()
|
Method Summary | |
protected javax.jms.Message |
createMessage()
|
void |
setObject(java.io.Serializable object)
Sets the body of the message, a serializable java object. |
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, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectMessageTag()
Method Detail |
public void setObject(java.io.Serializable object)
protected javax.jms.Message createMessage() throws java.lang.Exception
createMessage
in class MessageTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |