Interface JBossAllSchema<S extends JBossAllSchema<S,​T>,​T>

    • Method Detail

      • createDeploymentUnitProcessor

        static <S extends JBossAllSchema<S,​T>,​T> DeploymentUnitProcessor createDeploymentUnitProcessor​(Set<S> schemas,
                                                                                                                   AttachmentKey<T> key)
        Creates a deployment unit processor that registers parsers for the specified jboss-all.xml schemas.
        Type Parameters:
        S - the schema type
        T - the deployment unit attachment type, generated by the parser
        Parameters:
        schemas - a set of XML element schemas
        key - a deployment unit attachment key
        Returns:
        a deployment unit processor