Uses of Interface
org.objectweb.dsrg.sofa.repository.model.MicroBinding

Packages that use MicroBinding
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of MicroBinding in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroBinding
 MicroBinding ModelFactory.createMicroBinding()
          Returns a new object of class 'Micro Binding'.
 MicroBinding ModelFactory.createMicroBinding(MicroBindingEndpoint client, MicroBindingEndpoint server)
          Returns a new object of class 'Micro Binding' with setted 'Micro BindingEndpoint' objects initialized by parameters.
 

Uses of MicroBinding in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroBinding
 class MicroBindingImpl
          An implementation of the model object 'Micro Binding'.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroBinding
 MicroBinding ModelFactoryImpl.createMicroBinding()
           
 MicroBinding ModelFactoryImpl.createMicroBinding(MicroBindingEndpoint client, MicroBindingEndpoint server)
           
 

Uses of MicroBinding in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroBinding
 java.lang.Object ModelSwitch.caseMicroBinding(MicroBinding object)
          Returns the result of interpretting the object as an instance of 'Micro Binding'.