|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.apache.tuscany.spi.implementation.java | |
org.apache.tuscany.spi.loader | |
org.apache.tuscany.spi.model |
Uses of Property in org.apache.tuscany.spi.implementation.java |
---|
Classes in org.apache.tuscany.spi.implementation.java with type parameters of type Property | |
---|---|
class |
PojoComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>>
A component type specialization for POJO implementations |
Subclasses of Property in org.apache.tuscany.spi.implementation.java | |
---|---|
class |
JavaMappedProperty<T>
A Property definition that is mapped to a specific location in the implementation class. |
Uses of Property in org.apache.tuscany.spi.loader |
---|
Methods in org.apache.tuscany.spi.loader with parameters of type Property | ||
---|---|---|
|
PropertyObjectFactory.createObjectFactory(Property<T> property,
PropertyValue<T> propertyValue)
Return an ObjectFactory for instances of a property defined in an XML. |
Uses of Property in org.apache.tuscany.spi.model |
---|
Classes in org.apache.tuscany.spi.model with type parameters of type Property | |
---|---|
class |
ComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>>
The definition of the configurable aspects of an implementation in terms of the services it exposes, the services it references, and properties that can be used to configure it. |
class |
CompositeComponentType<S extends ServiceDefinition,R extends ReferenceDefinition,P extends Property<?>>
A specialization of component type for composite components. |
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |