Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.binding.http | |
org.apache.cxf.binding.object | |
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.xml | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.wsdl11 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseBindingFactory |
class |
AbstractBindingFactory |
Modifier and Type | Method and Description |
---|---|
BindingFactory |
BindingFactoryManagerImpl.getBindingFactory(String namespace) |
BindingFactory |
BindingFactoryManager.getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingFactoryManagerImpl.registerBindingFactory(String name,
BindingFactory factory) |
void |
BindingFactoryManager.registerBindingFactory(String name,
BindingFactory binding)
Registers a BindingFactory using the provided name.
|
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 | Class and Description |
---|---|
class |
HttpBindingFactory |
Modifier and Type | Class and Description |
---|---|
class |
ObjectBindingFactory |
Constructor and Description |
---|
LocalServerListener(Bus bus,
BindingFactory bindingFactory) |
Modifier and Type | Class and Description |
---|---|
class |
SoapBindingFactory |
Modifier and Type | Class and Description |
---|---|
class |
XMLBindingFactory |
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 | Interface and Description |
---|---|
interface |
WSDLBindingFactory |
Modifier and Type | Method and Description |
---|---|
static BindingFactory |
WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding,
Bus bus,
StringBuilder sb) |
Apache CXF