Class GFDomainXml

  • All Implemented Interfaces:
    Populator
    Direct Known Subclasses:
    EmbeddedDomainXml

    @Service
    public class GFDomainXml
    extends DomainXml
    Subclass of domain.xml loader service to ensure that hk2 threads have access to the common class loader classes.
    Author:
    Jerome Dochez
    • Constructor Detail

      • GFDomainXml

        public GFDomainXml()
    • Method Detail

      • getDomDocument

        protected DomDocument getDomDocument()
        Returns the DomDocument implementation used to create config beans and persist the DOM tree.
        Specified by:
        getDomDocument in class DomainXml
        Returns:
        an instance of a DomDocument (or subclass)