Tuscany Assembly Model

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

Packages that use org.apache.tuscany.model.assembly
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
org.apache.tuscany.model.types.java   
org.apache.tuscany.model.types.java.impl   
org.apache.tuscany.model.types.wsdl   
org.apache.tuscany.model.types.wsdl.impl   
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.assembly
AssemblyContext
          Context object supplied by visitors that are processing the model.
AssemblyFactory
          The Factory for the assembly model.
AssemblyInitializationException
          Denotes an exception initializing an assembly model artifact.
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
AssemblyVisitor
          A visitor that traverses the model performing some operation.
AtomicComponent
          An atomic component, specifically not an Composite.
Binding
          The binding of an entry point or external service to a transport.
Component
          A component is a configured instance of a generic Implementation.
ComponentType
          A logical definition of a type of component separate from any specific implementation.
Composite
          A model object that describes a container for parts.
CompositeComponent
          Specialization of Component that represents a configured Module.
ConfiguredPort
          Represents a configured port (e.g.
ConfiguredProperty
          The configured value of a Property.
ConfiguredReference
          A configured reference associated with a particular usage.
ConfiguredService
          A configured service associated with a particular usage.
ContextFactoryHolder
          A model object that can hold a runtime context factory object.
EntryPoint
          An entry point exposed by its containing Composite.
Extensible
          An extensible model object.
ExternalService
          An external service consumed by its containing Composite.
Implementation
          The implementation for a specific component instance.
ImportWSDL
          Model object that represents the import of an external WSDL definition.
Module
          A specialized Implementation that defines a modular unit of assembly.
ModuleComponent
          Specialization of Component that represents a configured Module.
ModuleFragment
          A fragment of assembly configuration within a module.
Multiplicity
          Enumeration for multiplicity.
OverrideOption
          Enumeration for override options that are used to control whether configuration information can be overridden by larger grained definitions.
Part
          A configured object that is contained inside a Composite.
Port
          Abstraction for the association of a service contract with a requestor or provider.
Property
          A description of a property that can be used to configure a component.
ProxyFactoryHolder
          A model object that can hold a runtime proxy factory object.
Reference
          The association of a port with a requestor.
Scope
          The types of scope supported by assemblies.
Service
          The association of a port with a provider.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
ServiceURI
          Represents a service URI.
Subsystem
          Represents a subsystem.
Wire
          A connection between a requestor (source) and a provider (target).
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.assembly.impl
AssemblyContext
          Context object supplied by visitors that are processing the model.
AssemblyFactory
          The Factory for the assembly model.
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
AssemblyVisitor
          A visitor that traverses the model performing some operation.
AtomicComponent
          An atomic component, specifically not an Composite.
AtomicImplementation
          The implementation for a specific atomic component instance.
Binding
          The binding of an entry point or external service to a transport.
Component
          A component is a configured instance of a generic Implementation.
ComponentType
          A logical definition of a type of component separate from any specific implementation.
Composite
          A model object that describes a container for parts.
CompositeComponent
          Specialization of Component that represents a configured Module.
ConfiguredPort
          Represents a configured port (e.g.
ConfiguredProperty
          The configured value of a Property.
ConfiguredReference
          A configured reference associated with a particular usage.
ConfiguredService
          A configured service associated with a particular usage.
ContextFactoryHolder
          A model object that can hold a runtime context factory object.
EntryPoint
          An entry point exposed by its containing Composite.
Extensible
          An extensible model object.
ExternalService
          An external service consumed by its containing Composite.
Implementation
          The implementation for a specific component instance.
ImportWSDL
          Model object that represents the import of an external WSDL definition.
Module
          A specialized Implementation that defines a modular unit of assembly.
ModuleComponent
          Specialization of Component that represents a configured Module.
ModuleFragment
          A fragment of assembly configuration within a module.
Multiplicity
          Enumeration for multiplicity.
OverrideOption
          Enumeration for override options that are used to control whether configuration information can be overridden by larger grained definitions.
Part
          A configured object that is contained inside a Composite.
Port
          Abstraction for the association of a service contract with a requestor or provider.
Property
          A description of a property that can be used to configure a component.
ProxyFactoryHolder
          A model object that can hold a runtime proxy factory object.
Reference
          The association of a port with a requestor.
Scope
          The types of scope supported by assemblies.
Service
          The association of a port with a provider.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
ServiceURI
          Represents a service URI.
Subsystem
          Represents a subsystem.
Wire
          A connection between a requestor (source) and a provider (target).
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.java
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible
          An extensible model object.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.java.impl
AssemblyContext
          Context object supplied by visitors that are processing the model.
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible
          An extensible model object.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.wsdl
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible
          An extensible model object.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
 

Classes in org.apache.tuscany.model.assembly used by org.apache.tuscany.model.types.wsdl.impl
AssemblyContext
          Context object supplied by visitors that are processing the model.
AssemblyObject
          Base interface for all assembly model objects providing methods for managing the model itself.
Extensible
          An extensible model object.
ServiceContract
          The contract specified by a requestor or provider for invocations across a port.
 


Tuscany Assembly Model

-