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 | 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 | 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) |
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 | Interface and Description |
---|---|
interface |
WSDLBindingFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSDLBindingFactory |
Modifier and Type | Method and Description |
---|---|
static BindingFactory |
WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding,
Bus bus,
StringBuilder sb) |
Apache CXF