org.glassfish.config.support
Class GlassFishDocument

java.lang.Object
  extended by org.jvnet.hk2.config.DomDocument<GlassFishConfigBean>
      extended by org.glassfish.config.support.GlassFishDocument

public class GlassFishDocument
extends org.jvnet.hk2.config.DomDocument<GlassFishConfigBean>

plug our Dom implementation

Author:
Jerome Dochez

Field Summary
 
Fields inherited from class org.jvnet.hk2.config.DomDocument
models
 
Constructor Summary
GlassFishDocument(org.jvnet.hk2.component.Habitat habitat, java.util.concurrent.ExecutorService executor)
           
 
Method Summary
 GlassFishConfigBean make(org.jvnet.hk2.component.Habitat habitat, javax.xml.stream.XMLStreamReader xmlStreamReader, GlassFishConfigBean dom, org.jvnet.hk2.config.ConfigModel configModel)
           
 
Methods inherited from class org.jvnet.hk2.config.DomDocument
buildModel, buildModel, getAllModelsImplementing, getModel, getModelByElementName, getRoot, getTranslator, setTranslator, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlassFishDocument

public GlassFishDocument(org.jvnet.hk2.component.Habitat habitat,
                         java.util.concurrent.ExecutorService executor)
Method Detail

make

public GlassFishConfigBean make(org.jvnet.hk2.component.Habitat habitat,
                                javax.xml.stream.XMLStreamReader xmlStreamReader,
                                GlassFishConfigBean dom,
                                org.jvnet.hk2.config.ConfigModel configModel)
Overrides:
make in class org.jvnet.hk2.config.DomDocument<GlassFishConfigBean>


Copyright © 2012 GlassFish Community. All Rights Reserved.