public class LocatorClientEnabler extends Object
| Constructor and Description |
|---|
LocatorClientEnabler() |
| Modifier and Type | Method and Description |
|---|---|
void |
enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder) |
void |
enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher) |
void |
enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy)
The selectionStrategy given as String argument is selected as locatorSelectionStrategy.
|
void |
setBus(org.apache.cxf.Bus bus) |
void |
setDefaultLocatorSelectionStrategy(String defaultLocatorSelectionStrategy)
If the String argument defaultLocatorSelectionStrategy is as key in the map representing the locatorSelectionStrategies, the
corresponding strategy is selected and set as default strategy, else both the selected strategy and the default strategy remain
unchanged.
|
void |
setLocatorSelectionStrategies(Map<String,LocatorSelectionStrategyFactory> locatorSelectionStrategies)
Sets a map representing the locatorSelectionStrategies and sets locatorSelectionStrategy to the DEFAULT_STRATEGY.
|
void |
setLocatorSelectionStrategy(String locatorSelectionStrategy)
If the String argument locatorSelectionStrategy is as key in the map representing the locatorSelectionStrategies, the
corresponding strategy is selected, else it remains unchanged.
|
void |
setServiceLocator(ServiceLocator serviceLocator) |
public void setServiceLocator(ServiceLocator serviceLocator)
public void setBus(org.apache.cxf.Bus bus)
public void setLocatorSelectionStrategies(Map<String,LocatorSelectionStrategyFactory> locatorSelectionStrategies)
locatorSelectionStrategies - public void setLocatorSelectionStrategy(String locatorSelectionStrategy)
locatorSelectionStrategy - public void setDefaultLocatorSelectionStrategy(String defaultLocatorSelectionStrategy)
defaultLocatorSelectionStrategy - public void enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder)
public void enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher)
public void enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy)
conduitSelectorHolder - matcher - selectionStrategy - Copyright © 2011–2018 Talend Inc.. All rights reserved.