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

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

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

Classes in org.talend.esb.servicelocator.client that implement SLProperties
 class SLPropertiesImpl
           
 

Methods in org.talend.esb.servicelocator.client that return SLProperties
 SLProperties SLEndpoint.getProperties()
          Return the properties associated to this endpoint.
 

Methods in org.talend.esb.servicelocator.client with parameters of type SLProperties
 boolean SLPropertiesMatcher.isMatching(SLProperties properties)
           
 void ServiceLocator.register(QName serviceName, String endpoint, SLProperties properties)
           
 

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

Methods in org.talend.esb.servicelocator.client.internal that return SLProperties
 SLProperties ContentHolder.getProperties()
           
 

Methods in org.talend.esb.servicelocator.client.internal with parameters of type SLProperties
 void ServiceLocatorImpl.register(QName serviceName, String endpoint, SLProperties properties)
          
 

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

Methods in org.talend.esb.servicelocator.cxf.internal that return SLProperties
static SLProperties SLPropertiesConverter.toSLProperties(ServiceLocatorPropertiesType props)
           
 

Methods in org.talend.esb.servicelocator.cxf.internal with parameters of type SLProperties
 void LocatorRegistrar.registerServer(org.apache.cxf.endpoint.Server server, SLProperties props)
           
 void ServiceLocatorManager.registerServer(org.apache.cxf.endpoint.Server server, SLProperties props)
           
static ServiceLocatorPropertiesType SLPropertiesConverter.toServiceLocatorPropertiesType(SLProperties props)
           
 

Constructors in org.talend.esb.servicelocator.cxf.internal with parameters of type SLProperties
CXFEndpointProvider(QName serviceName, String address, SLProperties properties)
           
CXFEndpointProvider(org.apache.cxf.endpoint.Server server, String address, SLProperties properties)
           
 



Copyright © 2011 Talend Inc.. All Rights Reserved.