public interface ConduitInitiatorManager
| Modifier and Type | Method and Description | 
|---|---|
| void | deregisterConduitInitiator(String name)Unregister a  ConduitInitiator. | 
| ConduitInitiator | getConduitInitiator(String name)Returns the  ConduitInitiatorregistered with the specified name,
 loading the appropriate plugin if necessary. | 
| ConduitInitiator | getConduitInitiatorForUri(String uri) | 
| void | registerConduitInitiator(String name,
                        ConduitInitiator factory)Associates a name, often a URI, with a  ConduitInitiatorwhen registering with theBus'sTransportRegistry. | 
void registerConduitInitiator(String name, ConduitInitiator factory)
ConduitInitiator
 when registering with the Bus's TransportRegistry.name - A string containing the name used to identify the
 ConduitInitiatorfactory - The ConduitInitiator to be registered.void deregisterConduitInitiator(String name)
ConduitInitiator.name - A string containing the name of the
 ConduitInitiator.ConduitInitiator getConduitInitiator(String name) throws BusException
ConduitInitiator registered with the specified name,
 loading the appropriate plugin if necessary.name - ConduitInitiatorBusExceptionConduitInitiator getConduitInitiatorForUri(String uri)
Apache CXF