|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConduitInitiatorManager
The ConduitInitiatorManager provides an interface to register and retrieve transport factories.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |