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

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

Documentation

	The ejb-refType is used by ejb-ref elements for the
	declaration of a reference to an enterprise bean's home. The
	declaration consists of:

	    - an optional description
	    - the EJB reference name used in the code of
	      the Deployment Component that's referencing the enterprise
	      bean
	    - the expected type of the referenced enterprise bean
	    - the expected home and remote interfaces of the referenced
	      enterprise bean
	    - optional ejb-link information, used to specify the
	      referenced enterprise bean

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, ejb-ref-name, ejb-ref-type, home, remote, ejb-link? )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:ejb-linkTypeejb-link
          
j2ee:ejb-ref-nameTypeejb-ref-name
          
j2ee:ejb-ref-typeTypeejb-ref-type
          
j2ee:homeTypehome
          
j2ee:remoteTyperemote
          

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
jndiEnvironmentRefsGroup

Source
<xsd:complexType name="ejb-refType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="ejb-ref-name" type="j2ee:ejb-ref-nameType"/>
<xsd:element name="ejb-ref-type" type="j2ee:ejb-ref-typeType"/>
<xsd:element name="home" type="j2ee:homeType"/>
<xsd:element name="remote" type="j2ee:remoteType"/>
<xsd:element minOccurs="0" name="ejb-link" type="j2ee:ejb-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.