|
|||||||||
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.ObjectMessageTag
public class ObjectMessageTag
Creates a JMS ObjectMessage
Field Summary | |
---|---|
private java.io.Serializable |
object
|
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, 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.io.Serializable object
Constructor Detail |
---|
public ObjectMessageTag()
Method Detail |
---|
public void setObject(java.io.Serializable object)
protected javax.jms.Message createMessage() throws org.apache.commons.jelly.JellyTagException
createMessage
in class MessageTag
org.apache.commons.jelly.JellyTagException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |