public class ServiceLocatorManager extends Object implements org.apache.cxf.extension.BusExtension
| Constructor and Description |
|---|
ServiceLocatorManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
enableClient(org.apache.cxf.endpoint.Client client) |
void |
enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher) |
void |
enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher,
String selectionStrategy) |
void |
enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder) |
void |
enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher) |
void |
enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy) |
Class<?> |
getRegistrationType() |
void |
listenForAllClients() |
void |
listenForAllClients(String selectionStrategy) |
void |
listenForAllServers(org.apache.cxf.Bus anotherBus) |
void |
registerServer(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus anotherBus) |
void |
registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus anotherBus) |
void |
setBus(org.apache.cxf.Bus anotherBus) |
void |
setLocatorClientEnabler(LocatorClientEnabler locatorClientEnabler) |
void |
setLocatorRegistrar(LocatorRegistrar locatorRegistrar) |
public void listenForAllServers(org.apache.cxf.Bus anotherBus)
public void registerServer(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus anotherBus)
public void registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus anotherBus)
public void listenForAllClients()
public void listenForAllClients(String selectionStrategy)
public void enableClient(org.apache.cxf.endpoint.Client client)
public void enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher)
public void enableClient(org.apache.cxf.endpoint.Client client,
SLPropertiesMatcher matcher,
String selectionStrategy)
public void enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder)
public void enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher)
public void enableClient(org.apache.cxf.endpoint.ConduitSelectorHolder conduitSelectorHolder,
SLPropertiesMatcher matcher,
String selectionStrategy)
public void setBus(org.apache.cxf.Bus anotherBus)
public void setLocatorRegistrar(LocatorRegistrar locatorRegistrar)
public void setLocatorClientEnabler(LocatorClientEnabler locatorClientEnabler)
public Class<?> getRegistrationType()
getRegistrationType in interface org.apache.cxf.extension.BusExtensionCopyright © 2011–2018 Talend Inc.. All rights reserved.