| Package | Description |
|---|---|
| org.talend.esb.servicelocator.client | |
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.cxf.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SLEndpoint
An
SLEndpoint describes a service endpoint stored in the ServiceLocator. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEndpoint |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLocator.register(Endpoint eprProvider)
For a given service register the endpoint as defined in the given
EndpointProvider. |
void |
ServiceLocator.register(Endpoint eprProvider,
boolean persistent)
For a given service register the endpoint as defined in the given
EndpointProvider. |
void |
ServiceLocator.unregister(Endpoint epProvider)
For a given service unregister a previously registered endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SLEndpointProvider |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EndpointTransformerImpl.fromEndpoint(Endpoint endpoint,
long lastTimeStarted,
long lastTimeStopped)
{@inheritDoc
|
byte[] |
EndpointTransformer.fromEndpoint(Endpoint endpoint,
long lastTimeStarted,
long lastTimeStopped) |
void |
ServiceLocatorImpl.register(Endpoint epProvider)
For a given service register the endpoint as defined in the given
EndpointProvider. |
void |
ServiceLocatorImpl.register(Endpoint epProvider,
boolean persistent) |
void |
ServiceLocatorImpl.unregister(Endpoint epProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
CXFEndpointProvider |
Copyright © 2011–2015 Talend Inc.. All rights reserved.