Class EjbJarXmlTag


  • public class EjbJarXmlTag
    extends DescriptorTag
    Represents the various tags in a ejb jar deployment descriptor.
    • Constructor Detail

      • EjbJarXmlTag

        protected EjbJarXmlTag​(DescriptorType type,
                               String tagName,
                               boolean isMultipleAllowed)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element
        isMultipleAllowed - Whether the element may occur multiple times in the descriptor
      • EjbJarXmlTag

        protected EjbJarXmlTag​(DescriptorType type,
                               String tagName)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element