Apache CXF API

Uses of Interface
org.apache.cxf.binding.BindingFactory

Packages that use BindingFactory
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
 

Uses of BindingFactory in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding that return BindingFactory
 BindingFactory BindingFactoryManager.getBindingFactory(java.lang.String name)
          Retrieves the BindingFactory registered with the given name.
 

Methods in org.apache.cxf.binding with parameters of type BindingFactory
 void BindingFactoryManager.registerBindingFactory(java.lang.String name, BindingFactory binding)
          Registers a BindingFactory using the provided name.
 


Apache CXF API

Apache CXF