com.sun.enterprise.v3.server
Class GFDomainXml

java.lang.Object
  extended by org.glassfish.config.support.DomainXml
      extended by com.sun.enterprise.v3.server.GFDomainXml
All Implemented Interfaces:
com.sun.enterprise.module.bootstrap.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

Field Summary
 
Fields inherited from class org.glassfish.config.support.DomainXml
habitat
 
Constructor Summary
GFDomainXml()
           
 
Method Summary
protected  org.jvnet.hk2.config.DomDocument getDomDocument()
          Returns the DomDocument implementation used to create config beans and persist the DOM tree.
 
Methods inherited from class org.glassfish.config.support.DomainXml
decorate, getDomainXml, parseDomainXml, run, upgrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFDomainXml

public GFDomainXml()
Method Detail

getDomDocument

protected org.jvnet.hk2.config.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)


Copyright © 2012. All Rights Reserved.