Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType message-destination-refType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}message-destination-refType (restriction)

Documentation
	

	  The message-destination-ref element contains a declaration
	  of Deployment Component's reference to a message destination
	  associated with a resource in Deployment Component's
	  environment. It consists of:

		  - an optional description
		  - the message destination reference name
		  - the message destination type
		  - a specification as to whether the
		    destination is used for
		    consuming or producing messages, or both
		  - a link to the message destination

	  Examples:

	  <message-destination-ref>
		  <message-destination-ref-name>jms/StockQueue
		  </message-destination-ref-name>
		  <message-destination-type>javax.jms.Queue
		  </message-destination-type>
		  <message-destination-usage>Consumes
		  </message-destination-usage>
		  <message-destination-link>CorporateStocks
		  </message-destination-link>
	  </message-destination-ref>

	  
      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, message-destination-ref-name, message-destination-type, message-destination-usage, message-destination-link? )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:message-destination-linkTypemessage-destination-link
          
j2ee:jndi-nameTypemessage-destination-ref-name
          The message-destination-ref-name element specifies the name of a message destination reference; its value is the environment entry name used in Deployment Component code. 
j2ee:message-destination-typeTypemessage-destination-type
          
j2ee:message-destination-usageTypemessage-destination-usage
          

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
jndiEnvironmentRefsGroup

Source
<xsd:complexType name="message-destination-refType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="message-destination-ref-name" type="j2ee:jndi-nameType">
</xsd:element>
<xsd:element name="message-destination-type" type="j2ee:message-destination-typeType"/>
<xsd:element name="message-destination-usage" type="j2ee:message-destination-usageType"/>
<xsd:element minOccurs="0" name="message-destination-link" type="j2ee:message-destination-linkType"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top