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(org.apache.tuscany.model.assembly.AssemblyContext modelContext, javax.xml.stream.XMLInputFactory xmlFactory, StAXLoaderRegistry registry)
           
 
Method Summary
 org.apache.tuscany.model.assembly.Module loadModule(java.net.URL url)
           
 org.apache.tuscany.model.assembly.ModuleFragment loadModuleFragment(java.net.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(org.apache.tuscany.model.assembly.AssemblyContext modelContext,
                                                  javax.xml.stream.XMLInputFactory xmlFactory,
                                                  StAXLoaderRegistry registry)
Method Detail

loadModule

public org.apache.tuscany.model.assembly.Module loadModule(java.net.URL url)
                                                    throws ConfigurationLoadException
Specified by:
loadModule in class AbstractModuleComponentConfigurationLoader
Throws:
ConfigurationLoadException

loadModuleFragment

public org.apache.tuscany.model.assembly.ModuleFragment loadModuleFragment(java.net.URL url)
                                                                    throws ConfigurationLoadException
Specified by:
loadModuleFragment in class AbstractModuleComponentConfigurationLoader
Throws:
ConfigurationLoadException

Tuscany Core

-