| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| Modifier and Type | Method and Description |
|---|---|
BindingFactory |
BindingFactoryManager.getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingFactoryManager.registerBindingFactory(String name,
BindingFactory binding)
Registers a BindingFactory using the provided name.
|
Apache CXF