Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.Property

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
<T> ObjectFactory<T>
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

-