Apache Tuscany SCA Kernel Sub-Project

Uses of Package
org.apache.tuscany.spi.model

Packages that use org.apache.tuscany.spi.model
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.databinding   
org.apache.tuscany.spi.databinding.extension   
org.apache.tuscany.spi.deployer   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.idl   
org.apache.tuscany.spi.idl.java   
org.apache.tuscany.spi.implementation.java   
org.apache.tuscany.spi.loader   
org.apache.tuscany.spi.model   
org.apache.tuscany.spi.policy   
org.apache.tuscany.spi.wire   
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.builder
Binding
          The base representation of a binding specified in an assembly
BindlessServiceDefinition
          Represents a service in a composite, with an interface and a reference target.
BoundReferenceDefinition
          Represents a reference configured with a binding in a composite
BoundServiceDefinition
          Represents a service offered by a component, that has a particular binding associated with it.
ComponentDefinition
          Represents a component.
Implementation
          Represents a component implementation
ReferenceDefinition
          Represents a component reference
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.component
Operation
          Represents an operation that is part of a service contract.
Scope
          The default implementation scopes supported by assemblies.
ServiceContract
          Base class representing service contract information
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.databinding
DataType
          Representation of the type of data associated with an operation.
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.databinding.extension
DataType
          Representation of the type of data associated with an operation.
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.deployer
ComponentDefinition
          Represents a component.
Implementation
          Represents a component implementation
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.extension
Binding
          The base representation of a binding specified in an assembly
BoundReferenceDefinition
          Represents a reference configured with a binding in a composite
BoundServiceDefinition
          Represents a service offered by a component, that has a particular binding associated with it.
Implementation
          Represents a component implementation
ModelObject
          The base class for assembly model subtypes
Operation
          Represents an operation that is part of a service contract.
Scope
          The default implementation scopes supported by assemblies.
ServiceContract
          Base class representing service contract information
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.idl
DataType
          Representation of the type of data associated with an operation.
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.idl.java
ModelObject
          The base class for assembly model subtypes
Operation
          Represents an operation that is part of a service contract.
ServiceContract
          Base class representing service contract information
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.implementation.java
ComponentType
          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.
ModelObject
          The base class for assembly model subtypes
Property
          A component property
ReferenceDefinition
          Represents a component reference
Scope
          The default implementation scopes supported by assemblies.
ServiceContract
          Base class representing service contract information
ServiceDefinition
          Represents a service offered by a component
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.loader
Implementation
          Represents a component implementation
ModelObject
          The base class for assembly model subtypes
Property
          A component property
PropertyValue
          Represents a configured component property
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.model
Binding
          The base representation of a binding specified in an assembly
ComponentDefinition
          Represents a component.
ComponentType
          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.
CompositeComponentType
          A specialization of component type for composite components.
DataType
          Representation of the type of data associated with an operation.
Implementation
          Represents a component implementation
Include
          Model object that represents the include of a composite by value.
InteractionScope
          Represents the interaction scope specifed for a service
ModelObject
          The base class for assembly model subtypes
Multiplicity
          Enumeration for multiplicity.
Operation
          Represents an operation that is part of a service contract.
OverrideOptions
           no – the value may not be overridden by the higher composite.
Property
          A component property
PropertyValue
          Represents a configured component property
ReferenceDefinition
          Represents a component reference
ReferenceTarget
          Represents the set of targets configured on a reference
Scope
          The default implementation scopes supported by assemblies.
ServiceContract
          Base class representing service contract information
ServiceDefinition
          Represents a service offered by a component
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.policy
ReferenceDefinition
          Represents a component reference
ServiceDefinition
          Represents a service offered by a component
 

Classes in org.apache.tuscany.spi.model used by org.apache.tuscany.spi.wire
ComponentDefinition
          Represents a component.
Operation
          Represents an operation that is part of a service contract.
ReferenceDefinition
          Represents a component reference
ReferenceTarget
          Represents the set of targets configured on a reference
ServiceContract
          Base class representing service contract information
ServiceDefinition
          Represents a service offered by a component
 


Apache Tuscany SCA Kernel Sub-Project

-