Tuscany Core

org.apache.tuscany.core.config.impl
Class StAXModuleComponentConfigurationLoaderImpl

java.lang.Object
  extended by org.apache.tuscany.core.config.impl.AbstractModuleComponentConfigurationLoader
      extended by org.apache.tuscany.core.config.impl.StAXModuleComponentConfigurationLoaderImpl
All Implemented Interfaces:
ModuleComponentConfigurationLoader

public class StAXModuleComponentConfigurationLoaderImpl
extends AbstractModuleComponentConfigurationLoader

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from class org.apache.tuscany.core.config.impl.AbstractModuleComponentConfigurationLoader
assemblyFactory, modelContext, resourceLoader
 
Constructor Summary
StAXModuleComponentConfigurationLoaderImpl(AssemblyContext modelContext, javax.xml.stream.XMLInputFactory xmlFactory, StAXLoaderRegistry registry)
           
 
Method Summary
 Module loadModule(URL url)
           
 ModuleFragment loadModuleFragment(URL url)
           
 
Methods inherited from class org.apache.tuscany.core.config.impl.AbstractModuleComponentConfigurationLoader
getCompositeComponentType, getIntrospector, getSystemCompositeComponentType, loadModuleComponent, loadModuleComponent, loadModuleComponent, loadModuleComponent, loadSystemModuleComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StAXModuleComponentConfigurationLoaderImpl

public StAXModuleComponentConfigurationLoaderImpl(AssemblyContext modelContext,
                                                  javax.xml.stream.XMLInputFactory xmlFactory,
                                                  StAXLoaderRegistry registry)
Method Detail

loadModule

public Module loadModule(URL url)
                  throws ConfigurationLoadException
Specified by:
loadModule in class AbstractModuleComponentConfigurationLoader
Throws:
ConfigurationLoadException

loadModuleFragment

public ModuleFragment loadModuleFragment(URL url)
                                  throws ConfigurationLoadException
Specified by:
loadModuleFragment in class AbstractModuleComponentConfigurationLoader
Throws:
ConfigurationLoadException

Tuscany Core

-