Celtix User APIs

Uses of Interface
org.objectweb.celtix.bindings.BindingFactory

Packages that use BindingFactory
org.objectweb.celtix.bindings   
 

Uses of BindingFactory in org.objectweb.celtix.bindings
 

Methods in org.objectweb.celtix.bindings that return BindingFactory
 BindingFactory BindingManager.getBindingFactory(String name)
          Retrieves the BindingFactory registered with the given name.
 

Methods in org.objectweb.celtix.bindings with parameters of type BindingFactory
 void BindingManager.registerBinding(String name, BindingFactory binding)
          Registers a BindingFactory using the provided name.
 


Celtix User APIs