|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceLocatorException | |
|---|---|
| org.talend.esb.servicelocator.client | |
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.cxf.internal | |
| Uses of ServiceLocatorException in org.talend.esb.servicelocator.client |
|---|
| Methods in org.talend.esb.servicelocator.client that throw ServiceLocatorException | |
|---|---|
void |
SimpleEndpoint.addEndpointReference(Node parent)
|
void |
Endpoint.addEndpointReference(Node parent)
Deprecated. |
void |
ServiceLocator.connect()
Establish a connection to the Service Locator. |
void |
ServiceLocator.disconnect()
Disconnects from a Service Locator server. |
void |
ServiceLocatorMain.exec(OutputStream out)
|
SLEndpoint |
ServiceLocator.getEndpoint(QName serviceName,
String endpoint)
Return the complete endpoint information for the given endpoint registered for the given service. |
List<String> |
ServiceLocator.getEndpointNames(QName serviceName)
For the given service return all endpoints that currently registered at the Service Locator Service. |
List<SLEndpoint> |
ServiceLocator.getEndpoints(QName serviceName)
Return the complete endpoint informations for all endpoints registered for the given service. |
List<QName> |
ServiceLocator.getServices()
Return all services for which endpoints are registered at the Service Locator Service. |
List<String> |
ServiceLocator.lookup(QName serviceName)
For the given service return all endpoints that are currently registered at the Service Locator. |
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. |
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.register(QName serviceName,
String endpoint)
For a given service register the endpoint of a concrete provider of this service. |
void |
ServiceLocator.register(QName serviceName,
String endpoint,
boolean persistent)
|
void |
ServiceLocator.register(QName serviceName,
String endpoint,
SLProperties properties)
For a given service register the endpoint of a concrete provider of this service. |
void |
ServiceLocator.register(QName serviceName,
String endpoint,
SLProperties properties,
boolean persistent)
|
void |
ServiceLocator.removeEndpoint(QName serviceName,
String endpoint)
Remove the given endpoint from the list of endpoints of the given service. |
void |
ServiceLocator.unregister(Endpoint epProvider)
For a given service unregister a previously registered endpoint. |
void |
ServiceLocator.unregister(QName serviceName,
String endpoint)
For a given service unregister a previously registered endpoint. |
void |
SimpleEndpoint.writeEndpointReferenceTo(Result result,
Endpoint.PropertiesTransformer transformer)
|
void |
Endpoint.writeEndpointReferenceTo(Result result,
Endpoint.PropertiesTransformer transformer)
|
| Uses of ServiceLocatorException in org.talend.esb.servicelocator.client.internal |
|---|
| Methods in org.talend.esb.servicelocator.client.internal that throw ServiceLocatorException | |
|---|---|
void |
ServiceLocatorImpl.connect()
Establish a connection to the Service Locator. |
protected org.apache.zookeeper.ZooKeeper |
ServiceLocatorImpl.createZooKeeper(CountDownLatch connectionLatch)
|
void |
ServiceLocatorImpl.disconnect()
Disconnects from a Service Locator server. |
byte[] |
EndpointTransformerImpl.fromEndpoint(Endpoint endpoint,
long lastTimeStarted,
long lastTimeStopped)
{@inheritDoc |
byte[] |
EndpointTransformer.fromEndpoint(Endpoint endpoint,
long lastTimeStarted,
long lastTimeStopped)
|
SLEndpoint |
ServiceLocatorImpl.getEndpoint(QName serviceName,
String endpoint)
Return the complete endpoint information for the given endpoint registered for the given service. |
List<String> |
ServiceLocatorImpl.getEndpointNames(QName serviceName)
For the given service return all endpoints that currently registered at the Service Locator Service. |
List<SLEndpoint> |
ServiceLocatorImpl.getEndpoints(QName serviceName)
Return the complete endpoint informations for all endpoints registered for the given service. |
List<QName> |
ServiceLocatorImpl.getServices()
Return all services for which endpoints are registered at the Service Locator Service. |
List<String> |
ServiceLocatorImpl.lookup(QName serviceName)
For the given service return all endpoints that are currently registered at the Service Locator. |
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. |
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.register(QName serviceName,
String endpoint)
For a given service register the endpoint of a concrete provider of this service. |
void |
ServiceLocatorImpl.register(QName serviceName,
String endpoint,
boolean persistent)
|
void |
ServiceLocatorImpl.register(QName serviceName,
String endpoint,
SLProperties properties)
For a given service register the endpoint of a concrete provider of this service. |
void |
ServiceLocatorImpl.register(QName serviceName,
String endpoint,
SLProperties properties,
boolean persistent)
|
void |
ServiceLocatorImpl.removeEndpoint(QName serviceName,
String endpoint)
Remove the given endpoint from the list of endpoints of the given service. |
void |
ServiceLocatorImpl.unregister(Endpoint epProvider)
|
void |
ServiceLocatorImpl.unregister(QName serviceName,
String endpoint)
For a given service unregister a previously registered endpoint. |
| Uses of ServiceLocatorException in org.talend.esb.servicelocator.cxf.internal |
|---|
| Methods in org.talend.esb.servicelocator.cxf.internal that throw ServiceLocatorException | |
|---|---|
void |
CXFEndpointProvider.addEndpointReference(Node parent)
|
void |
CXFEndpointProvider.writeEndpointReferenceTo(Result result,
Endpoint.PropertiesTransformer transformer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||