| Package | Description | 
|---|---|
| org.apache.cxf.binding | |
| org.apache.cxf.bus.managers | |
| org.apache.cxf.endpoint | |
| org.apache.cxf.transport | 
| 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 | 
|---|---|
| BindingFactory | BindingFactoryManagerImpl. getBindingFactory(String namespace) | 
| ConduitInitiator | ConduitInitiatorManagerImpl. getConduitInitiator(String namespace)Returns the conduit initiator for the given namespace, constructing it
 (and storing in the cache for future reference) if necessary, using its
 list of factory classname to namespace mappings. | 
| DestinationFactory | DestinationFactoryManagerImpl. getDestinationFactory(String namespace)Returns the conduit initiator for the given namespace, constructing it
 (and storing in the cache for future reference) if necessary, using its
 list of factory classname to namespace mappings. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Endpoint | AbstractEndpointFactory. createEndpoint() | 
| Constructor and Description | 
|---|
| ServerImpl(Bus bus,
          Endpoint endpoint,
          DestinationFactory destinationFactory,
          BindingFactory bindingFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConduitInitiator | ConduitInitiatorManager. getConduitInitiator(String name)Returns the  ConduitInitiatorregistered with the specified name,
 loading the appropriate plugin if necessary. | 
| DestinationFactory | DestinationFactoryManager. getDestinationFactory(String name)Returns the  DestinationFactoryregistered with the specified name,
 loading the appropriate plugin if necessary. | 
Apache CXF