Tuscany Assembly Model

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

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

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

Methods in org.apache.tuscany.model.assembly that return EntryPoint
 EntryPoint AssemblyFactory.createEntryPoint()
          Returns a new EntryPoint.
 EntryPoint AssemblyFactory.createEntryPoint(String entryPointName, ConfiguredService configuredService, Binding binding, ConfiguredReference configuredReference)
          Helper method for creating an EntryPoint wired to a single target.
 EntryPoint AssemblyFactory.createEntryPoint(String entryPointName, ServiceContract serviceContract, Binding binding, String targetName)
          Helper method for creating an EntryPoint wired to a single target.
 

Methods in org.apache.tuscany.model.assembly that return types with arguments of type EntryPoint
 List<EntryPoint> Composite.getEntryPoints()
          Returns all entry points contained in this composite.
 

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

Classes in org.apache.tuscany.model.assembly.impl that implement EntryPoint
 class EntryPointImpl
          An implementation of EntryPoint.
 

Methods in org.apache.tuscany.model.assembly.impl that return EntryPoint
 EntryPoint AssemblyFactoryImpl.createEntryPoint()
           
 EntryPoint AssemblyFactoryImpl.createEntryPoint(String entryPointName, ConfiguredService configuredService, Binding binding, ConfiguredReference configuredReference)
           
 EntryPoint AssemblyFactoryImpl.createEntryPoint(String entryPointName, ServiceContract serviceContract, Binding binding, String targetName)
           
 

Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type EntryPoint
 List<EntryPoint> CompositeImpl.getEntryPoints()
           
 


Tuscany Assembly Model

-