public interface ConduitInitiatorManager
Modifier and Type | Method and Description |
---|---|
void |
deregisterConduitInitiator(String name)
Unregister a
ConduitInitiator . |
ConduitInitiator |
getConduitInitiator(String name)
Returns the
ConduitInitiator registered 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
ConduitInitiator
when registering with the Bus 's TransportRegistry . |
void registerConduitInitiator(String name, ConduitInitiator factory)
ConduitInitiator
when registering with the Bus
's TransportRegistry
.name
- A string containing the name used to identify the
ConduitInitiator
factory
- 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
- ConduitInitiator
BusException
ConduitInitiator getConduitInitiatorForUri(String uri)
Apache CXF