Tuscany Assembly Model

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

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

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

Methods in org.apache.tuscany.model.assembly that return types with arguments of type Binding
 List<Binding> EntryPoint.getBindings()
          Returns the bindings supported by this entry point.
 List<Binding> ExternalService.getBindings()
          Returns the bindings that can be used by operations on this external service.
 

Methods in org.apache.tuscany.model.assembly with parameters of type Binding
 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.
 

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

Classes in org.apache.tuscany.model.assembly.impl that implement Binding
 class BindingImpl
          An implementation of Binding.
 

Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Binding
 List<Binding> EntryPointImpl.getBindings()
           
 List<Binding> ExternalServiceImpl.getBindings()
           
 

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


Tuscany Assembly Model

-