| Package | Description | 
|---|---|
| org.apache.cxf.binding | |
| org.apache.cxf.bus.managers | |
| org.apache.cxf.endpoint | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBindingFactory | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingFactory | BindingFactoryManagerImpl. getBindingFactory(String namespace) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BindingFactoryManagerImpl. registerBindingFactory(String name,
                      BindingFactory factory) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BindingFactory | AbstractEndpointFactory. bindingFactory | 
| protected BindingFactory | ServerImpl. bindingFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingFactory | AbstractEndpointFactory. getBindingFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractEndpointFactory. setBindingFactory(BindingFactory bf) | 
| Constructor and Description | 
|---|
| ServerImpl(Bus bus,
          Endpoint endpoint,
          DestinationFactory destinationFactory,
          BindingFactory bindingFactory) | 
Apache CXF