| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLocator.addPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Specify the action to be be executed after the Service Locator has
connected to the server.
|
void |
ServiceLocator.removePostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Remove the action to be be executed after the Service Locator has
connected to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLocatorBackend.addPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Specify the action to be be executed after the Service Locator has
connected to the server.
|
void |
ServiceLocatorImpl.addPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Specify the action to be be executed after the Service Locator has
connected to the server.
|
void |
ServiceLocatorBackend.removePostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Specify the action to be be executed after the Service Locator has
connected to the server.
|
void |
ServiceLocatorImpl.removePostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
Remove the action to be be executed after the Service Locator has
connected to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZKBackend.addPostConnectAction(ServiceLocator.PostConnectAction postConnectAction) |
void |
ZKBackend.removePostConnectAction(ServiceLocator.PostConnectAction postConnectAction) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleBusLocatorRegistrar
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
|
Copyright © 2011–2017 Talend Inc.. All rights reserved.