Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.bus.managers | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
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 |
ServerImpl.bindingFactory |
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.