Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.EjbJar31Descriptor

Packages that use EjbJar31Descriptor
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of EjbJar31Descriptor in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbJar31Descriptor
 EjbJar31Descriptor EjbJar31Descriptor.removeAllDescription()
          Removes the description element
 EjbJar31Descriptor EjbJar31Descriptor.removeAllDisplayName()
          Removes the display-name element
 EjbJar31Descriptor EjbJar31Descriptor.removeAllIcon()
          Removes all icon elements
 EjbJar31Descriptor EjbJar31Descriptor.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 EjbJar31Descriptor EjbJar31Descriptor.removeEjbClientJar()
          Removes the ejb-client-jar element
 EjbJar31Descriptor EjbJar31Descriptor.removeEnterpriseBeans()
          Removes the enterprise-beans element
 EjbJar31Descriptor EjbJar31Descriptor.removeInterceptors()
          Removes the interceptors element
 EjbJar31Descriptor EjbJar31Descriptor.removeMetadataComplete()
          Removes the metadata-complete element
 EjbJar31Descriptor EjbJar31Descriptor.removeModuleName()
          Removes the module-name element
 EjbJar31Descriptor EjbJar31Descriptor.removeRelationships()
          Removes the relationships element
 EjbJar31Descriptor EjbJar31Descriptor.removeVersion()
          Removes the version element
 EjbJar31Descriptor EjbJar31Descriptor.setDescription(java.lang.String description)
          Creates a new description element
 EjbJar31Descriptor EjbJar31Descriptor.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbJar31Descriptor EjbJar31Descriptor.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 EjbJar31Descriptor EjbJar31Descriptor.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EjbJar31Descriptor EjbJar31Descriptor.setEjbClientJar(java.lang.String ejbClientJar)
          If not already created, a new ejb-client-jar element with the given value will be created.
 EjbJar31Descriptor EjbJar31Descriptor.setMetadataComplete(java.lang.Boolean metadataComplete)
          If not already created, a new metadata-complete element with the given value will be created.
 EjbJar31Descriptor EjbJar31Descriptor.setModuleName(java.lang.String moduleName)
          If not already created, a new module-name element with the given value will be created.
 EjbJar31Descriptor EjbJar31Descriptor.setVersion(java.lang.String version)
          If not already created, a new version element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbJar31Descriptor
 AssemblyDescriptorType<EjbJar31Descriptor> EjbJar31Descriptor.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<EjbJar31Descriptor> EjbJar31Descriptor.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<EjbJar31Descriptor>> EjbJar31Descriptor.getIconList()
          Returns all icon elements
 IconType<EjbJar31Descriptor> EjbJar31Descriptor.icon()
          Returns the icon element
 InterceptorsType<EjbJar31Descriptor> EjbJar31Descriptor.interceptors()
          If not already created, a new interceptors element will be created and returned.
 RelationshipsType<EjbJar31Descriptor> EjbJar31Descriptor.relationships()
          If not already created, a new relationships element will be created and returned.
 

Uses of EjbJar31Descriptor in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement EjbJar31Descriptor
 class EjbJar31DescriptorImpl
           This deployment descriptor provides the functionalities as described in the ejb-jar_3_1.xsd specification
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return EjbJar31Descriptor
 EjbJar31Descriptor EjbJar31DescriptorImpl.addDefaultNamespaces()
           
 EjbJar31Descriptor EjbJar31DescriptorImpl.addNamespace(java.lang.String name, java.lang.String value)
           
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeAllDescription()
          Removes the description element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeAllDisplayName()
          Removes the display-name element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeAllIcon()
          Removes all icon elements
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeAllNamespaces()
           
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeEjbClientJar()
          Removes the ejb-client-jar element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeEnterpriseBeans()
          Removes the enterprise-beans element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeInterceptors()
          Removes the interceptors element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeMetadataComplete()
          Removes the metadata-complete attribute
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeModuleName()
          Removes the module-name element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeRelationships()
          Removes the relationships element
 EjbJar31Descriptor EjbJar31DescriptorImpl.removeVersion()
          Removes the version attribute
 EjbJar31Descriptor EjbJar31DescriptorImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbJar31Descriptor EjbJar31DescriptorImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbJar31Descriptor EjbJar31DescriptorImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 EjbJar31Descriptor EjbJar31DescriptorImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EjbJar31Descriptor EjbJar31DescriptorImpl.setEjbClientJar(java.lang.String ejbClientJar)
          If not already created, a new ejb-client-jar element with the given value will be created.
 EjbJar31Descriptor EjbJar31DescriptorImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 EjbJar31Descriptor EjbJar31DescriptorImpl.setModuleName(java.lang.String moduleName)
          If not already created, a new module-name element with the given value will be created.
 EjbJar31Descriptor EjbJar31DescriptorImpl.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type EjbJar31Descriptor
 AssemblyDescriptorType<EjbJar31Descriptor> EjbJar31DescriptorImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<EjbJar31Descriptor> EjbJar31DescriptorImpl.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<EjbJar31Descriptor>> EjbJar31DescriptorImpl.getIconList()
          Returns all icon elements
 IconType<EjbJar31Descriptor> EjbJar31DescriptorImpl.icon()
          Returns the icon element
 InterceptorsType<EjbJar31Descriptor> EjbJar31DescriptorImpl.interceptors()
          If not already created, a new interceptors element will be created and returned.
 RelationshipsType<EjbJar31Descriptor> EjbJar31DescriptorImpl.relationships()
          If not already created, a new relationships element will be created and returned.