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
           
 

Fields in org.talend.esb.servicelocator.client declared as SLProperties
static SLProperties SLPropertiesImpl.EMPTY_PROPERTIES
           
 

Methods in org.talend.esb.servicelocator.client that return SLProperties
 SLProperties Endpoint.getProperties()
           
 SLProperties SimpleEndpoint.getProperties()
           
 

Methods in org.talend.esb.servicelocator.client with parameters of type SLProperties
protected  void SimpleEndpoint.init(String endpoint, SLProperties properties)
           
 boolean SLPropertiesMatcher.isMatching(SLProperties properties)
           
 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 Endpoint.PropertiesTransformer.writePropertiesTo(SLProperties props, Result result)
           
 

Constructors in org.talend.esb.servicelocator.client with parameters of type SLProperties
SimpleEndpoint(QName serviceName, String endpoint, BindingType bindingType, TransportType transportType, SLProperties properties)
           
SimpleEndpoint(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
static SLProperties SLPropertiesConverter.toSLProperties(ServiceLocatorPropertiesType props)
           
 

Methods in org.talend.esb.servicelocator.client.internal with parameters of type SLProperties
 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)
          
static ServiceLocatorPropertiesType SLPropertiesConverter.toServiceLocatorPropertiesType(SLProperties props)
           
 void EndpointTransformerImpl.writePropertiesTo(SLProperties props, Result result)
          {@inheritDoc
 

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

Methods in org.talend.esb.servicelocator.cxf.internal that return SLProperties
 SLProperties CXFEndpointProvider.getProperties()
           
 

Methods in org.talend.esb.servicelocator.cxf.internal with parameters of type SLProperties
 void SingleBusLocatorRegistrar.registerServer(org.apache.cxf.endpoint.Server server, SLProperties props)
           
 void LocatorRegistrar.registerServer(org.apache.cxf.endpoint.Server server, SLProperties props, org.apache.cxf.Bus bus)
           
 void ServiceLocatorManager.registerServer(org.apache.cxf.endpoint.Server server, SLProperties props, org.apache.cxf.Bus anotherBus)
           
 

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



Copyright © 2011-2012 Talend Inc.. All Rights Reserved.