|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingFactory | |
---|---|
org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
org.apache.cxf.endpoint | Client and Server related classes. |
Uses of BindingFactory in org.apache.cxf.binding |
---|
Classes in org.apache.cxf.binding that implement BindingFactory | |
---|---|
class |
AbstractBindingFactory
|
Methods in org.apache.cxf.binding that return BindingFactory | |
---|---|
BindingFactory |
BindingFactoryManager.getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name. |
Methods in org.apache.cxf.binding with parameters of type BindingFactory | |
---|---|
void |
BindingFactoryManager.registerBindingFactory(String name,
BindingFactory binding)
Registers a BindingFactory using the provided name. |
Uses of BindingFactory in org.apache.cxf.endpoint |
---|
Fields in org.apache.cxf.endpoint declared as BindingFactory | |
---|---|
protected BindingFactory |
AbstractEndpointFactory.bindingFactory
|
Methods in org.apache.cxf.endpoint that return BindingFactory | |
---|---|
BindingFactory |
AbstractEndpointFactory.getBindingFactory()
|
Methods in org.apache.cxf.endpoint with parameters of type BindingFactory | |
---|---|
void |
AbstractEndpointFactory.setBindingFactory(BindingFactory bf)
|
Constructors in org.apache.cxf.endpoint with parameters of type BindingFactory | |
---|---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |