Apache CXF API

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

Packages that use BindingFactory
org.apache.cxf.binding   
 

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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.