Tuscany Assembly Model

Uses of Class
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl

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

Uses of AssemblyObjectImpl in org.apache.tuscany.model.assembly.impl
 

Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.assembly.impl
 class AtomicComponentImpl
          An implementation of AtomicComponent.
 class AtomicImplementationImpl
          An implementation of AtomicImplementation.
 class BindingImpl
          An implementation of Binding.
 class ComponentImpl<I extends Implementation>
          An implementation of Component.
 class ComponentTypeImpl
          An implementation of ComponentType.
 class CompositeImpl
          An implementation of Composite.
 class ConfiguredPortImpl<P extends Port>
          Implementation of ConfiguredPort.
 class ConfiguredPropertyImpl
          Implementation of ConfiguredProperty
 class ConfiguredReferenceImpl
          An implementation of ConfiguredReference.
 class ConfiguredServiceImpl
          An implementation of ConfiguredService.
 class EntryPointImpl
          An implementation of EntryPoint.
 class ExtensibleImpl
          An implementation of Extensible.
 class ExternalServiceImpl
          An implementation ExternalService.
 class ImplementationImpl
          An implementation of Implementation.
 class ImportWSDLImpl
          Implementation of ImportWSDL.
 class ModuleComponentImpl
          An implementation of ModuleComponent.
 class ModuleFragmentImpl
          An implementation of ModuleFragment.
 class ModuleImpl
          An implementation of Module.
 class PartImpl
          Implementation of Part.
 class PortImpl
          An implementation of Port.
 class PropertyImpl
          An implementation of Property.
 class ReferenceImpl
          An implementation of Reference.
 class ServiceContractImpl
          An implementation of ServiceContract.
 class ServiceImpl
          An implementation of Service.
 class SubsystemImpl
          An implementation of Subsystem.
 class WireImpl
          An implementation of Wire.
 

Uses of AssemblyObjectImpl in org.apache.tuscany.model.types.java.impl
 

Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.types.java.impl
 class JavaServiceContractImpl
          An implementation of JavaServiceContract.
 

Uses of AssemblyObjectImpl in org.apache.tuscany.model.types.wsdl.impl
 

Subclasses of AssemblyObjectImpl in org.apache.tuscany.model.types.wsdl.impl
 class WSDLServiceContractImpl
          An implementation of WSDLServiceContract.
 


Tuscany Assembly Model

-