com.sun.enterprise.v3.server
Class GFDomainXml
java.lang.Object
org.glassfish.config.support.DomainXml
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GFDomainXml
public GFDomainXml()
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.