Uses of Interface
org.talend.esb.servicelocator.client.SLEndpoint

Packages that use SLEndpoint
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.client.internal   
 

Uses of SLEndpoint in org.talend.esb.servicelocator.client
 

Methods in org.talend.esb.servicelocator.client that return SLEndpoint
 SLEndpoint ServiceLocator.getEndpoint(QName serviceName, String endpoint)
          Return the complete endpoint information for the given endpoint registered for the given service.
 

Methods in org.talend.esb.servicelocator.client that return types with arguments of type SLEndpoint
 List<SLEndpoint> ServiceLocator.getEndpoints(QName serviceName)
          Return the complete endpoint informations for all endpoints registered for the given service.
 

Uses of SLEndpoint in org.talend.esb.servicelocator.client.internal
 

Classes in org.talend.esb.servicelocator.client.internal that implement SLEndpoint
 class SLEndpointProvider
           
 

Methods in org.talend.esb.servicelocator.client.internal that return SLEndpoint
 SLEndpoint ServiceLocatorImpl.getEndpoint(QName serviceName, String endpoint)
          Return the complete endpoint information for the given endpoint registered for the given service.
 SLEndpoint EndpointTransformer.toSLEndpoint(QName serviceName, byte[] content, boolean isLive)
           
 

Methods in org.talend.esb.servicelocator.client.internal that return types with arguments of type SLEndpoint
 List<SLEndpoint> ServiceLocatorImpl.getEndpoints(QName serviceName)
          Return the complete endpoint informations for all endpoints registered for the given service.
 



Copyright © 2011 Talend Inc.. All Rights Reserved.