@Named @Singleton public class LocatorRegistrar extends Object
registered explicitly or the
LocatorRegistrar can be enabled to listen for all Servers of a
specific bus that are in the process to start and to register them all.
If a server which was registered before stops the LocatorRegistrar automatically unregisters from the Service Locator.
| Constructor and Description |
|---|
LocatorRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerServer(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
void |
registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus bus) |
void |
setEndpointPrefix(String endpointPrefix) |
void |
setEndpointPrefixHttp(String endpointPrefixHttp) |
void |
setEndpointPrefixHttps(String endpointPrefixHttps) |
void |
setServiceLocator(ServiceLocator serviceLocator) |
void |
startListenForServers(org.apache.cxf.Bus bus) |
public void startListenForServers(org.apache.cxf.Bus bus)
public void setEndpointPrefix(String endpointPrefix)
public void setServiceLocator(ServiceLocator serviceLocator)
public void registerServer(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
public void registerServer(org.apache.cxf.endpoint.Server server,
SLProperties props,
org.apache.cxf.Bus bus)
public void setEndpointPrefixHttp(String endpointPrefixHttp)
public void setEndpointPrefixHttps(String endpointPrefixHttps)
Copyright © 2011–2018 Talend Inc.. All rights reserved.