|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationFactoryManager
The DestinationFactoryManager provides an interface to register and retrieve transport factories.
Method Summary | |
---|---|
void |
deregisterDestinationFactory(String name)
Unregister a DestinationFactory . |
DestinationFactory |
getDestinationFactory(String name)
Returns the DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
getDestinationFactoryForUri(String uri)
|
void |
registerDestinationFactory(String name,
DestinationFactory factory)
Associates a name, often a URI, with a DestinationFactory
when registering with the Bus 's TransportRegistry . |
Method Detail |
---|
void registerDestinationFactory(String name, DestinationFactory factory)
DestinationFactory
when registering with the Bus
's TransportRegistry
.
name
- A string containing the name used to identify the
DestinationFactory
factory
- The DestinationFactory
to be registered.void deregisterDestinationFactory(String name)
DestinationFactory
.
name
- A string containing the name of the
DestinationFactory
.DestinationFactory getDestinationFactory(String name) throws BusException
DestinationFactory
registered with the specified name,
loading the appropriate plugin if necessary.
name
-
DestinationFactory
BusException
DestinationFactory getDestinationFactoryForUri(String uri)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |