| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.binding.corba | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.binding.xml | |
| org.apache.cxf.bus.managers | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.jaxrs | |
| org.apache.cxf.wsdl11 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WSDLBindingFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseBindingFactory |
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 | Class and Description |
|---|---|
class |
CorbaBindingFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SoapBindingFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLBindingFactory |
| 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 | Method and Description |
|---|---|
void |
BindingFactoryManagerImpl.setMapProvider(MapProvider<String,BindingFactory> bindingFactoriesMapProvider)
Spring configuration via constructor is slow.
|
| Constructor and Description |
|---|
BindingFactoryManagerImpl(Map<String,BindingFactory> bindingFactories) |
BindingFactoryManagerImpl(Map<String,BindingFactory> bindingFactories,
Bus b) |
BindingFactoryManagerImpl(MapProvider<String,BindingFactory> bindingFactories) |
| Modifier and Type | Field and Description |
|---|---|
protected BindingFactory |
AbstractEndpointFactory.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXRSBindingFactory
The CXF BindingFactory implementation which is used to register
CXF JAX-RS interceptors with the runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static BindingFactory |
WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding,
Bus bus,
StringBuilder sb) |
Apache CXF