Uses of Interface
org.apache.cxf.binding.BindingFactory
- 
Packages that use BindingFactory Package Description org.apache.cxf.binding org.apache.cxf.bus.managers org.apache.cxf.endpoint 
- 
- 
Uses of BindingFactory in org.apache.cxf.bindingClasses in org.apache.cxf.binding that implement BindingFactory Modifier and Type Class Description classAbstractBindingFactoryMethods in org.apache.cxf.binding that return BindingFactory Modifier and Type Method Description BindingFactoryBindingFactoryManager. getBindingFactory(String name)Retrieves the BindingFactory registered with the given name.Methods in org.apache.cxf.binding with parameters of type BindingFactory Modifier and Type Method Description voidBindingFactoryManager. registerBindingFactory(String name, BindingFactory binding)Registers a BindingFactory using the provided name.
- 
Uses of BindingFactory in org.apache.cxf.bus.managersMethods in org.apache.cxf.bus.managers that return BindingFactory Modifier and Type Method Description BindingFactoryBindingFactoryManagerImpl. getBindingFactory(String namespace)Methods in org.apache.cxf.bus.managers with parameters of type BindingFactory Modifier and Type Method Description voidBindingFactoryManagerImpl. registerBindingFactory(String name, BindingFactory factory)
- 
Uses of BindingFactory in org.apache.cxf.endpointFields in org.apache.cxf.endpoint declared as BindingFactory Modifier and Type Field Description protected BindingFactoryAbstractEndpointFactory. bindingFactoryprotected BindingFactoryServerImpl. bindingFactoryMethods in org.apache.cxf.endpoint that return BindingFactory Modifier and Type Method Description BindingFactoryAbstractEndpointFactory. getBindingFactory()Methods in org.apache.cxf.endpoint with parameters of type BindingFactory Modifier and Type Method Description voidAbstractEndpointFactory. setBindingFactory(BindingFactory bf)Constructors in org.apache.cxf.endpoint with parameters of type BindingFactory Constructor Description ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
 
-