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

Packages that use SLPropertiesMatcher
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.client.internal   
org.talend.esb.servicelocator.cxf.internal   
 

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

Fields in org.talend.esb.servicelocator.client declared as SLPropertiesMatcher
static SLPropertiesMatcher SLPropertiesMatcher.ALL_MATCHER
           
 

Methods in org.talend.esb.servicelocator.client with parameters of type SLPropertiesMatcher
 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.
 

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

Methods in org.talend.esb.servicelocator.client.internal with parameters of type SLPropertiesMatcher
 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.
 

Uses of SLPropertiesMatcher in org.talend.esb.servicelocator.cxf.internal
 

Methods in org.talend.esb.servicelocator.cxf.internal with parameters of type SLPropertiesMatcher
 void LocatorClientEnabler.enable(LocatorClientEnabler.ConduitSelectorHolder conduitSelectorHolder, SLPropertiesMatcher matcher)
           
 void LocatorClientEnabler.enable(LocatorClientEnabler.ConduitSelectorHolder conduitSelectorHolder, SLPropertiesMatcher matcher, String selectionStrategy)
           
 void ServiceLocatorManager.enableClient(org.apache.cxf.jaxrs.client.ClientConfiguration clientConf, SLPropertiesMatcher matcher)
           
 void ServiceLocatorManager.enableClient(org.apache.cxf.jaxrs.client.ClientConfiguration clientConfiguration, SLPropertiesMatcher matcher, String selectionStrategy)
           
 void ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.Client client, SLPropertiesMatcher matcher)
           
 void ServiceLocatorManager.enableClient(org.apache.cxf.endpoint.Client client, SLPropertiesMatcher matcher, String selectionStrategy)
           
 void LocatorSelectionStrategy.setMatcher(SLPropertiesMatcher propertiesMatcher)
           
 



Copyright © 2011 Talend Inc.. All Rights Reserved.