|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoaderException | |
---|---|
org.apache.tuscany.spi.deployer | |
org.apache.tuscany.spi.implementation.java | |
org.apache.tuscany.spi.loader |
Uses of LoaderException in org.apache.tuscany.spi.deployer |
---|
Methods in org.apache.tuscany.spi.deployer that throw LoaderException | ||
---|---|---|
|
Deployer.deploy(CompositeComponent parent,
ComponentDefinition<I> componentDefinition)
Deploy a component as a child of the supplied parent. |
Uses of LoaderException in org.apache.tuscany.spi.implementation.java |
---|
Subclasses of LoaderException in org.apache.tuscany.spi.implementation.java | |
---|---|
class |
DuplicatePropertyException
Thrown when an implementation has more than one property injection site with the same name |
class |
IllegalPropertyException
Denotes an illegal property definition in a component type |
class |
ProcessingException
Denotes a problem processing annotations on a POJO implementation |
Uses of LoaderException in org.apache.tuscany.spi.loader |
---|
Subclasses of LoaderException in org.apache.tuscany.spi.loader | |
---|---|
class |
InvalidReferenceException
|
class |
InvalidValueException
Exception that indicates the loader encountered an invalid value. |
class |
MissingImplementationException
Exception that indicates that an implementation was not provided. |
class |
MissingIncludeException
Exception that indicates that an include was not provided. |
class |
MissingMustOverridePropertyException
|
class |
MissingResourceException
Exception that indicates an expected resource could not be found. |
class |
NotOverridablePropertyException
|
class |
UndefinedPropertyException
|
class |
UnexpectedElementException
Exception that indicates that an element was found during loading that when loaded resulted in an unexpected type. |
class |
UnrecognizedElementException
Exception that indicates an element was encountered that could not be handled. |
Methods in org.apache.tuscany.spi.loader that throw LoaderException | ||
---|---|---|
|
PropertyObjectFactory.createObjectFactory(Property<T> property,
PropertyValue<T> propertyValue)
Return an ObjectFactory for instances of a property defined in an XML. |
|
void |
ComponentTypeLoader.load(CompositeComponent parent,
I implementation,
DeploymentContext deploymentContext)
Load the component type definition for the supplied implementation. |
|
|
Loader.load(CompositeComponent parent,
URL url,
Class<MO> type,
DeploymentContext deploymentContext)
Load a model object from a specified location. |
|
T |
StAXElementLoader.load(CompositeComponent parent,
javax.xml.stream.XMLStreamReader reader,
DeploymentContext deploymentContext)
Create the model object for an element in an XML stream. |
|
ModelObject |
Loader.load(CompositeComponent parent,
javax.xml.stream.XMLStreamReader reader,
DeploymentContext deploymentContext)
Parse the supplied XML stream, dispatching to the appropriate registered loader for each element encountered in the stream. |
|
|
Loader.loadComponentType(CompositeComponent parent,
I implementation,
DeploymentContext deploymentContext)
Load the component type definition for a given implementation. |
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |