com.servingxml.ioc.resources
Class RootConfigurationContext

java.lang.Object
  extended by com.servingxml.util.system.AbstractRuntimeContext
      extended by com.servingxml.ioc.resources.AbstractConfigurationContext
          extended by com.servingxml.ioc.resources.TopLevelConfigurationContext
              extended by com.servingxml.ioc.resources.RootConfigurationContext
All Implemented Interfaces:
ConfigurationContext, RuntimeContext

public class RootConfigurationContext
extends TopLevelConfigurationContext

Root configuration context.


Constructor Summary
RootConfigurationContext(org.w3c.dom.Document document, MutableNameTable nameTable, ComponentDictionary componentDictionary, ResourceTable resourceTable, java.lang.String base, javax.xml.transform.sax.SAXTransformerFactory transformerFactory, Record parameters)
           
 
Method Summary
 javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
           
 
Methods inherited from class com.servingxml.ioc.resources.TopLevelConfigurationContext
getDocument
 
Methods inherited from class com.servingxml.ioc.resources.AbstractConfigurationContext
createInstance, createInstance, createName, getAppName, getComponentDictionary, getConfigurationComponent, getElement, getNamespaceUri, getNameTable, getParameters, getParent, getQnameContext, getResourceTable, getServiceComponent, getServiceComponent, getServiceComponent, getServiceComponentOrDefault, getUser
 
Methods inherited from class com.servingxml.util.system.AbstractRuntimeContext
error, notice, printStackTrace, trace, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.ioc.components.ConfigurationContext
trace
 
Methods inherited from interface com.servingxml.util.system.RuntimeContext
error, notice, printStackTrace, warning
 

Constructor Detail

RootConfigurationContext

public RootConfigurationContext(org.w3c.dom.Document document,
                                MutableNameTable nameTable,
                                ComponentDictionary componentDictionary,
                                ResourceTable resourceTable,
                                java.lang.String base,
                                javax.xml.transform.sax.SAXTransformerFactory transformerFactory,
                                Record parameters)
Method Detail

getTransformerFactory

public javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
Specified by:
getTransformerFactory in interface ConfigurationContext
Overrides:
getTransformerFactory in class TopLevelConfigurationContext