Class GeronimoEjbJarType


  • public class GeronimoEjbJarType
    extends Object

    Java class for geronimo-ejb-jarType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="geronimo-ejb-jarType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}environment" minOccurs="0"/>
             <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}clustering" minOccurs="0"/>
             <element name="openejb-jar" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}openejb-jarType" minOccurs="0"/>
             <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination" maxOccurs="unbounded" minOccurs="0"/>
             <element name="tss-link" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}tss-linkType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="web-service-binding" type="{http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0}web-service-bindingType" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}security" minOccurs="0"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service"/>
               <element ref="{http://java.sun.com/xml/ns/persistence}persistence"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>