|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportFactoryManager
The TransportFactoryManager provides an interface to register and retrieve transport factories.
Method Summary | |
---|---|
void |
deregisterTransportFactory(String name)
Unregister a TransportFactory . |
TransportFactory |
getTransportFactory(String name)
Returns the TransportFactory registered with the specified name,
loading the appropriate plugin if necessary. |
void |
registerTransportFactory(String name,
TransportFactory factory)
Associates a name, often a URI, with a TransportFactory
when registering with the Bus 's TransportRegistry . |
Method Detail |
---|
void registerTransportFactory(String name, TransportFactory factory) throws BusException
TransportFactory
when registering with the Bus
's TransportRegistry
.
name
- A string containing the name used to identify the
TransportFactory
factory
- The TransportFactory
to be registered.
BusException
- If there is an error registering transport factory.void deregisterTransportFactory(String name) throws BusException
TransportFactory
.
name
- A string containing the name of the
TransportFactory
.
BusException
- If there is an error deregistering
the transport factory.TransportFactory getTransportFactory(String name) throws BusException
TransportFactory
registered with the specified name,
loading the appropriate plugin if necessary.
name
-
TransportFactory
BusException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |