Tuscany Assembly Model

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

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

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

Subclasses of ExtensibleImpl 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 EntryPointImpl
          An implementation of EntryPoint.
 class ExternalServiceImpl
          An implementation ExternalService.
 class ImplementationImpl
          An implementation of Implementation.
 class ModuleComponentImpl
          An implementation of ModuleComponent.
 class ModuleFragmentImpl
          An implementation of ModuleFragment.
 class ModuleImpl
          An implementation of Module.
 class PartImpl
          Implementation of Part.
 class PropertyImpl
          An implementation of Property.
 class ServiceContractImpl
          An implementation of ServiceContract.
 class SubsystemImpl
          An implementation of Subsystem.
 class WireImpl
          An implementation of Wire.
 

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

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

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

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


Tuscany Assembly Model

-