Serialized Form


Package org.apache.taglibs.jms

Class org.apache.taglibs.jms.AbstractBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class org.apache.taglibs.jms.AbstractTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.apache.taglibs.jms.ConnectionTag extends AbstractTag implements Serializable

Serialized Fields

var

java.lang.String var
The variable name to create


name

java.lang.String name
Stores the name of the map entry


connection

org.apache.commons.messenger.Messenger connection
The Messenger

Class org.apache.taglibs.jms.DestinationTag extends AbstractBodyTag implements Serializable

Serialized Fields

var

java.lang.String var
The variable name to create


name

java.lang.String name
Stores the name of the map entry

Class org.apache.taglibs.jms.MapEntryTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Stores the name of the map entry


value

java.lang.Object value
Stores the value of the map entry

Class org.apache.taglibs.jms.MapMessageTag extends MessageTag implements Serializable

Class org.apache.taglibs.jms.MessageOperationTag extends AbstractTag implements Serializable

Serialized Fields

connection

org.apache.commons.messenger.Messenger connection
The Messenger used to access the JMS connection


destination

javax.jms.Destination destination
The Destination

Class org.apache.taglibs.jms.MessageTag extends AbstractTag implements Serializable

Serialized Fields

var

java.lang.String var
The name of the Message variable that is created


message

javax.jms.Message message
The JMS Message created


connection

org.apache.commons.messenger.Messenger connection
The Messenger used to access the JMS connection

Class org.apache.taglibs.jms.ObjectMessageTag extends MessageTag implements Serializable

Serialized Fields

body

java.io.Serializable body

Class org.apache.taglibs.jms.PropertyTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Stores the name of the property


value

java.lang.Object value
Stores the value of the property

Class org.apache.taglibs.jms.ReceiveTag extends MessageOperationTag implements Serializable

Serialized Fields

timeout

long timeout

var

java.lang.String var

Class org.apache.taglibs.jms.SendTag extends MessageOperationTag implements Serializable

Serialized Fields

message

javax.jms.Message message
The JMS Message to be sent

Class org.apache.taglibs.jms.TextMessageTag extends MessageTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

body

java.lang.String body



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.