| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.transport |
Transport related classes.
|
| 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 |
|---|---|
ConduitInitiator |
ConduitInitiatorManager.getConduitInitiator(String name)
Returns the
ConduitInitiator registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the
DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
Apache CXF