Uses of Class
org.talend.esb.servicelocator.client.ServiceLocatorException

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 EndpointProvider.addEndpointReference(Node parent)
          Add a WS-Addressing endpoint reference to the given XML tree.
 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)
           
 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)
           
 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 currently registered at the Service Locator Service.
 List<String> ServiceLocator.lookup(QName serviceName, SLPropertiesMatcher matcher)
           
 void ServiceLocator.register(EndpointProvider eprProvider)
           
 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, SLProperties properties)
           
 void ServiceLocator.removeEndpoint(QName serviceName, String endpoint)
           
 void ServiceLocator.unregister(EndpointProvider epProvider)
           
 void ServiceLocator.unregister(QName serviceName, String endpoint)
          For a given service unregister a previously registered endpoint.
 

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[] ContentHolder.getContent()
           
 SLEndpoint ServiceLocatorImpl.getEndpoint(QName serviceName, String endpoint)
          
 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)
          
 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 currently registered at the Service Locator Service.
 List<String> ServiceLocatorImpl.lookup(QName serviceName, SLPropertiesMatcher matcher)
          
 void ServiceLocatorImpl.register(EndpointProvider epProvider)
           
 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, SLProperties properties)
          
 void ServiceLocatorImpl.removeEndpoint(QName serviceName, String endpoint)
          
 void ServiceLocatorImpl.unregister(EndpointProvider epProvider)
           
 void ServiceLocatorImpl.unregister(QName serviceName, String endpoint)
          For a given service unregister a previously registered endpoint.
 

Constructors in org.talend.esb.servicelocator.client.internal that throw ServiceLocatorException
SLEndpointImpl(QName serviceName, byte[] content, boolean live)
           
 

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)
           
 



Copyright © 2011 Talend Inc.. All Rights Reserved.