complexType assembly-descriptorType

complexType {http://java.sun.com/xml/ns/javaee}assembly-descriptorType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="assembly-descriptorType">
    <
xsd:annotation>
        <
xsd:documentation>
The assembly-descriptorType defines
application-assembly information.

The application-assembly information consists of the
following parts: the definition of security roles, the
definition of method permissions, the definition of
transaction attributes for enterprise beans with
container-managed transaction demarcation, the definition
of interceptor bindings, a list of
methods to be excluded from being invoked, and a list of
exception types that should be treated as application exceptions.

All the parts are optional in the sense that they are
omitted if the lists represented by them are empty.

Providing an assembly-descriptor in the deployment
descriptor is optional for the ejb-jar file producer.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="security-role" type="javaee:security-roleType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="method-permission" type="javaee:method-permissionType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="container-transaction" type="javaee:container-transactionType"
            
minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:element name="interceptor-binding" type="javaee:interceptor-bindingType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="message-destination" type="javaee:message-destinationType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="exclude-list" type="javaee:exclude-listType" minOccurs="0"/>
        <
xsd:element name="application-exception" type="javaee:application-exceptionType"
            
minOccurs="0" maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The assembly-descriptorType defines
	application-assembly information.
	The application-assembly information consists of the
	following parts: the definition of security roles, the
	definition of method permissions, the definition of
	transaction attributes for enterprise beans with
	container-managed transaction demarcation, the definition
        of interceptor bindings, a list of
	methods to be excluded from being invoked, and a list of
        exception types that should be treated as application exceptions.
	All the parts are optional in the sense that they are
	omitted if the lists represented by them are empty.
	Providing an assembly-descriptor in the deployment
	descriptor is optional for the ejb-jar file producer.


complexType assembly-descriptorType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.