| Package | Description |
|---|---|
| org.talend.esb.servicelocator.client | |
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.cxf.internal |
| Modifier and Type | Field and Description |
|---|---|
static SLPropertiesMatcher |
SLPropertiesMatcher.ALL_MATCHER |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ServiceLocator.lookup(QName serviceName,
SLPropertiesMatcher matcher)
For the given service return all endpoints that are currently registered
at the Service Locator and where the custom properties match the given
matcher.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ServiceLocatorImpl.lookup(QName serviceName,
SLPropertiesMatcher matcher)
For the given service return all endpoints that are currently registered
at the Service Locator and where the custom properties match the given
matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorClientEnabler.enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher) |
void |
LocatorClientEnabler.enable(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy)
The selectionStrategy given as String argument is selected as locatorSelectionStrategy.
|
void |
ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher) |
void |
ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher,
String selectionStrategy) |
void |
ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher) |
void |
ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy) |
void |
LocatorCache.setMatcher(SLPropertiesMatcher matcher) |
void |
LocatorSelectionStrategy.setMatcher(SLPropertiesMatcher propertiesMatcher) |
Copyright © 2011–2017 Talend Inc.. All rights reserved.