Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.Port

Packages that use Port
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of Port in org.apache.tuscany.model.assembly
 

Classes in org.apache.tuscany.model.assembly with type parameters of type Port
 interface ConfiguredPort<P extends Port>
          Represents a configured port (e.g.
 

Subinterfaces of Port in org.apache.tuscany.model.assembly
 interface Reference
          The association of a port with a requestor.
 interface Service
          The association of a port with a provider.
 

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

Classes in org.apache.tuscany.model.assembly.impl with type parameters of type Port
 class ConfiguredPortImpl<P extends Port>
          Implementation of ConfiguredPort.
 

Classes in org.apache.tuscany.model.assembly.impl that implement Port
 class PortImpl
          An implementation of Port.
 class ReferenceImpl
          An implementation of Reference.
 class ServiceImpl
          An implementation of Service.
 


Tuscany Assembly Model

-