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

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

Documentation
	

	  The message-destination-typeType specifies the type of
	  the destination. The type is specified by the Java interface
	  expected to be implemented by the destination.

	  Example:

	    <message-destination-type>javax.jms.Queue
	    </message-destination-type>

	  
      
Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
message-destination-refType

Source
<xsd:complexType name="message-destination-typeType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:fully-qualified-classType"/>
</xsd:simpleContent>
</xsd:complexType>


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