|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationLoadException in org.apache.tuscany.core.config |
---|
Subclasses of ConfigurationLoadException in org.apache.tuscany.core.config | |
---|---|
class |
InvalidMetaDataException
Denotes an validation error processing component metadata |
class |
InvalidRootElementException
Configuration exception that indicates the actual root element in an XML file was not the one expected. |
class |
InvalidSetterException
|
class |
MetaDataException
Denotes an error processing component metadata |
class |
MissingInterfaceException
Exception indicating that the interface referenced in an assembly file could not be found. |
class |
MissingResourceException
Exception that indicates an expected resource could not be found. |
class |
SidefileLoadException
Exception indicating that there was a problem loading a sidefile. |
Methods in org.apache.tuscany.core.config that throw ConfigurationLoadException | |
---|---|
ComponentType |
ComponentTypeIntrospector.introspect(Class<?> implClass)
Create a componentType definition by introspecting a Java Class. |
ComponentType |
ComponentTypeIntrospector.introspect(Class<?> implClass,
ComponentType compType)
Completes the given componentType definition by introspecting a Java Class. |
ModuleComponent |
ModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri)
Load a SCDL module component. |
ModuleComponent |
ModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri,
URL url)
Load a SCDL module component. |
ModuleComponent |
ModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri,
URL url,
Collection<URL> urls)
Load a SCDL module component. |
ModuleComponent |
ModuleComponentConfigurationLoader.loadSystemModuleComponent(String name,
String uri)
Load a System SCDL module component. |
Uses of ConfigurationLoadException in org.apache.tuscany.core.config.impl |
---|
Methods in org.apache.tuscany.core.config.impl that throw ConfigurationLoadException | |
---|---|
protected ComponentType |
AbstractModuleComponentConfigurationLoader.getCompositeComponentType()
|
protected ComponentType |
AbstractModuleComponentConfigurationLoader.getSystemCompositeComponentType()
|
ComponentType |
Java5ComponentTypeIntrospector.introspect(Class<?> implClass)
Visits the given implementation type and calls back to ImplementationProcessor s
registered with this introspector to build up a ComponentType |
ComponentType |
Java5ComponentTypeIntrospector.introspect(Class<?> implClass,
ComponentType compType)
|
abstract Module |
AbstractModuleComponentConfigurationLoader.loadModule(URL url)
|
Module |
StAXModuleComponentConfigurationLoaderImpl.loadModule(URL url)
|
ModuleComponent |
AbstractModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri)
|
protected ModuleComponent |
AbstractModuleComponentConfigurationLoader.loadModuleComponent(String moduleFileName,
String fragmentFileName,
String name,
String uri)
|
ModuleComponent |
AbstractModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri,
URL url)
|
ModuleComponent |
AbstractModuleComponentConfigurationLoader.loadModuleComponent(String name,
String uri,
URL moduleUri,
Collection<URL> moduleFragmentUris)
|
abstract ModuleFragment |
AbstractModuleComponentConfigurationLoader.loadModuleFragment(URL url)
|
ModuleFragment |
StAXModuleComponentConfigurationLoaderImpl.loadModuleFragment(URL url)
|
ModuleComponent |
AbstractModuleComponentConfigurationLoader.loadSystemModuleComponent(String name,
String uri)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.config.processor |
---|
Methods in org.apache.tuscany.core.config.processor that throw ConfigurationLoadException | |
---|---|
void |
ImplementationProcessorSupport.visitClass(Class<?> clazz,
ComponentType type)
|
void |
ServiceProcessor.visitClass(Class<?> clazz,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitConstructor(Constructor<?> constructor,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
DefaultProcessor.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
PropertyReferenceValidator.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
ScopeProcessor.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
ServiceProcessor.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
PropertyProcessor.visitField(Field field,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitField(Field field,
ComponentType type)
|
void |
ReferenceProcessor.visitField(Field field,
ComponentType type)
|
void |
ContextProcessor.visitField(Field field,
ComponentType type)
|
void |
ComponentNameProcessor.visitField(Field field,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitInterface(Class clazz,
Annotation[] annotations,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitInterfaceMethod(Method method,
Annotation[] annotations,
ComponentType type)
|
void |
PropertyProcessor.visitMethod(Method method,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitMethod(Method method,
ComponentType type)
|
void |
ReferenceProcessor.visitMethod(Method method,
ComponentType type)
|
void |
ContextProcessor.visitMethod(Method method,
ComponentType type)
|
void |
DestroyProcessor.visitMethod(Method method,
ComponentType type)
|
void |
ComponentNameProcessor.visitMethod(Method method,
ComponentType type)
|
void |
InitProcessor.visitMethod(Method method,
ComponentType type)
|
void |
ImplementationProcessorSupport.visitSuperClass(Class<?> clazz,
ComponentType type)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.extension.config |
---|
Methods in org.apache.tuscany.core.extension.config that throw ConfigurationLoadException | |
---|---|
void |
ImplementationProcessor.visitClass(Class<?> clazz,
ComponentType type)
|
void |
ImplementationProcessor.visitConstructor(Constructor<?> constructor,
ComponentType type)
|
void |
ImplementationProcessor.visitEnd(Class<?> clazz,
ComponentType type)
|
void |
ImplementationProcessor.visitField(Field field,
ComponentType type)
|
void |
ImplementationProcessor.visitMethod(Method method,
ComponentType type)
|
void |
ImplementationProcessor.visitSuperClass(Class<?> clazz,
ComponentType type)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.loader |
---|
Subclasses of ConfigurationLoadException in org.apache.tuscany.core.loader | |
---|---|
class |
InvalidPropertyFactoryException
Exception raised if there is a problem configuring a PropertyFactory. |
Methods in org.apache.tuscany.core.loader that throw ConfigurationLoadException | |
---|---|
static ModuleComponent |
StAXUtil.bootstrapLoader(String name,
AssemblyContext context)
|
ObjectFactory<T> |
StAXPropertyFactory.createObjectFactory(javax.xml.stream.XMLStreamReader reader,
Property property)
Return an ObjectFactory for instances of a property defined in an XML stream. |
AssemblyObject |
StAXLoaderRegistry.load(javax.xml.stream.XMLStreamReader reader,
LoaderContext loaderContext)
Parse the supplied XML stream dispatching to the appropriate registered loader for each element encountered in the stream. |
T |
StAXElementLoader.load(javax.xml.stream.XMLStreamReader reader,
LoaderContext loaderContext)
Build the model object for an element in an XML stream. |
Uses of ConfigurationLoadException in org.apache.tuscany.core.loader.assembly |
---|
Uses of ConfigurationLoadException in org.apache.tuscany.core.loader.impl |
---|
Methods in org.apache.tuscany.core.loader.impl that throw ConfigurationLoadException | |
---|---|
ObjectFactory<?> |
JNDIPropertyFactory.createObjectFactory(javax.xml.stream.XMLStreamReader reader,
Property property)
|
ObjectFactory<?> |
StringParserPropertyFactory.createObjectFactory(javax.xml.stream.XMLStreamReader reader,
Property property)
|
AssemblyObject |
StAXLoaderRegistryImpl.load(javax.xml.stream.XMLStreamReader reader,
LoaderContext loaderContext)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.loader.system |
---|
Methods in org.apache.tuscany.core.loader.system that throw ConfigurationLoadException | |
---|---|
SystemBinding |
SystemBindingLoader.load(javax.xml.stream.XMLStreamReader reader,
LoaderContext loaderContext)
|
SystemImplementation |
SystemImplementationLoader.load(javax.xml.stream.XMLStreamReader reader,
LoaderContext loaderContext)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.sdo.helper |
---|
Methods in org.apache.tuscany.core.sdo.helper that throw ConfigurationLoadException | |
---|---|
void |
SDOHelperProcessor.visitField(Field field,
ComponentType type)
|
void |
SDOHelperProcessor.visitMethod(Method method,
ComponentType type)
|
Uses of ConfigurationLoadException in org.apache.tuscany.core.system.config.processor |
---|
Methods in org.apache.tuscany.core.system.config.processor that throw ConfigurationLoadException | |
---|---|
void |
ParentContextProcessor.visitField(Field field,
ComponentType type)
|
void |
MonitorProcessor.visitField(Field field,
ComponentType type)
|
void |
AutowireProcessor.visitField(Field field,
ComponentType type)
|
void |
ParentContextProcessor.visitMethod(Method method,
ComponentType type)
|
void |
MonitorProcessor.visitMethod(Method method,
ComponentType type)
|
void |
AutowireProcessor.visitMethod(Method method,
ComponentType type)
|
|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |