Uses of Interface
org.apache.cxf.binding.BindingFactory
-
-
Uses of BindingFactory in org.apache.cxf.binding
Classes 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.binding.corba
Classes in org.apache.cxf.binding.corba that implement BindingFactory Modifier and Type Class Description classCorbaBindingFactory -
Uses of BindingFactory in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement BindingFactory Modifier and Type Class Description classSoapBindingFactory -
Uses of BindingFactory in org.apache.cxf.binding.xml
Classes in org.apache.cxf.binding.xml that implement BindingFactory Modifier and Type Class Description classXMLBindingFactory -
Uses of BindingFactory in org.apache.cxf.bus.managers
Methods 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.endpoint
Fields 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) -
Uses of BindingFactory in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement BindingFactory Modifier and Type Class Description classJAXRSBindingFactoryThe CXF BindingFactory implementation which is used to register CXF JAX-RS interceptors with the runtime. -
Uses of BindingFactory in org.apache.cxf.wsdl.binding
Subinterfaces of BindingFactory in org.apache.cxf.wsdl.binding Modifier and Type Interface Description interfaceWSDLBindingFactoryClasses in org.apache.cxf.wsdl.binding that implement BindingFactory Modifier and Type Class Description classAbstractWSDLBindingFactory -
Uses of BindingFactory in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return BindingFactory Modifier and Type Method Description static BindingFactoryWSDLServiceUtils. getBindingFactory(javax.wsdl.Binding binding, Bus bus, StringBuilder sb)
-