|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleComponentConfigurationLoader
Interface for loading configuration information from some external form into a Tuscany logical model.
Method Summary | |
---|---|
ModuleComponent |
loadModuleComponent(String name,
String uri)
Load a SCDL module component. |
ModuleComponent |
loadModuleComponent(String name,
String uri,
URL url)
Load a SCDL module component. |
ModuleComponent |
loadModuleComponent(String name,
String uri,
URL url,
Collection<URL> urls)
Load a SCDL module component. |
ModuleComponent |
loadSystemModuleComponent(String name,
String uri)
Load a System SCDL module component. |
Method Detail |
---|
ModuleComponent loadModuleComponent(String name, String uri) throws ConfigurationLoadException
name
- the name of the module componenturi
-
ConfigurationLoadException
- if there was a problem loading the module component.ModuleComponent loadSystemModuleComponent(String name, String uri) throws ConfigurationLoadException
name
- the name of the module componenturi
-
ConfigurationLoadException
- if there was a problem loading the module component.ModuleComponent loadModuleComponent(String name, String uri, URL url) throws ConfigurationLoadException
name
- the name of the module componenturi
- url
-
ConfigurationLoadException
- if there was a problem loading the module component.ModuleComponent loadModuleComponent(String name, String uri, URL url, Collection<URL> urls) throws ConfigurationLoadException
name
- the name of the module componenturi
- url
- urls
-
ConfigurationLoadException
- if there was a problem loading the module component.
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |