@Named @Singleton 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 |
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 |
setLocatorSelectionStrategyMap(LocatorSelectionStrategyMap locatorSelectionStrategyMap)
Set all supported Selection Strategies
|
void |
setServiceLocator(ServiceLocator serviceLocator) |
public void setServiceLocator(ServiceLocator serviceLocator)
public void setLocatorSelectionStrategyMap(LocatorSelectionStrategyMap locatorSelectionStrategyMap)
locatorSelectionStrategyMap - @Value(value="${locator.strategy}")
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.