| Package | Description |
|---|---|
| org.apache.cxf.transport |
Transport related classes.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationFactory |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the
DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactoryForUri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationFactoryManager.registerDestinationFactory(String name,
DestinationFactory factory)
Associates a name, often a URI, with a
DestinationFactory
when registering with the Bus's TransportRegistry. |
Apache CXF