A B C D E F G H I J L M N O P R S T U V W Z

A

addAssertion(String, String) - Method in class org.talend.esb.servicelocator.client.SLPropertiesMatcher
Add an assertion to this matcher where a SLProperties must have a property with the given name which at least contains the given value.
addEndpointReference(Node) - Method in interface org.talend.esb.servicelocator.client.Endpoint
Deprecated. 
addEndpointReference(Node) - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
addEndpointReference(Node) - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
addProperty(String, String...) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
Add a property with the given name and the given list of values to this Properties object.
addProperty(String, Iterable<String>) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
Add a property with the given name and the given collection of values to this Properties object.
ADMIN_ACL - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
ADMIN_ROLE - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
ALL_MATCHER - Static variable in class org.talend.esb.servicelocator.client.SLPropertiesMatcher
 

B

BindingType - Enum in org.talend.esb.servicelocator.client
 

C

child(String) - Method in class org.talend.esb.servicelocator.client.internal.NodePath
Create a NodePath, which is a child of this one.
child(String, boolean) - Method in class org.talend.esb.servicelocator.client.internal.NodePath
Create a NodePath, which is a child of this one.
complete(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
connect() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceLocatorBackend
Establish a connection to the Service Locator.
connect() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Establish a connection to the Service Locator.
connect() - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
connect() - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Establish a connection to the Service Locator.
createNode(NodePath, CreateMode, byte[]) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
createZooKeeper(CountDownLatch) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
createZooKeeper(CountDownLatch) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
CXFEndpointProvider - Class in org.talend.esb.servicelocator.cxf.internal
 
CXFEndpointProvider(QName, EndpointReferenceType) - Constructor for class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
Creates a CXFEndpointProvider instance.
CXFEndpointProvider(QName, String, String, EndpointReferenceType) - Constructor for class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
Creates a CXFEndpointProvider instance.
CXFEndpointProvider(QName, String, SLProperties) - Constructor for class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
Creates a CXFEndpointProvider instance.
CXFEndpointProvider(Server, String, SLProperties) - Constructor for class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
Creates a CXFEndpointProvider instance.

D

decode(String) - Static method in class org.talend.esb.servicelocator.client.internal.NodePath
Decode the given String.
DefaultSelectionStrategy - Class in org.talend.esb.servicelocator.cxf.internal
Keeps the endpoint as long as there is no failover.
DefaultSelectionStrategy() - Constructor for class org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategy
 
DefaultSelectionStrategyFactory - Class in org.talend.esb.servicelocator.cxf.internal
Creates a DefaultSelectionStrategy instance, which Keeps the endpoint as long as there is no failover.
DefaultSelectionStrategyFactory() - Constructor for class org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategyFactory
 
deleteNode(NodePath, boolean) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
disconnect() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceLocatorBackend
Disconnects from a Service Locator server.
disconnect() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Disconnects from a Service Locator server.
disconnect() - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
disconnect() - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Disconnects from a Service Locator server.

E

EMPTY_PROPERTIES - Static variable in class org.talend.esb.servicelocator.client.SLPropertiesImpl
 
enable(ConduitSelectorHolder) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
 
enable(ConduitSelectorHolder, SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
 
enable(ConduitSelectorHolder, SLPropertiesMatcher, String) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
The selectionStrategy given as String argument is selected as locatorSelectionStrategy.
enableClient(Client) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
enableClient(Client, SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
enableClient(Client, SLPropertiesMatcher, String) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
enableClient(ConduitSelectorHolder) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
enableClient(ConduitSelectorHolder, SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
enableClient(ConduitSelectorHolder, SLPropertiesMatcher, String) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
encode(String) - Static method in class org.talend.esb.servicelocator.client.internal.NodePath
Encode the given String.
Endpoint - Interface in org.talend.esb.servicelocator.client
An EndpointProvider provides the necessary information to create an entry in the service locator for an endpoint.
Endpoint.PropertiesTransformer - Interface in org.talend.esb.servicelocator.client
 
EndpointNode - Interface in org.talend.esb.servicelocator.client.internal
 
EndpointNodeImpl - Class in org.talend.esb.servicelocator.client.internal.zk
 
EndpointNodeImpl(ZKBackend, ServiceNodeImpl, String) - Constructor for class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
EndpointNotFoundException - Exception in org.talend.esb.servicelocator.client
 
EndpointNotFoundException() - Constructor for exception org.talend.esb.servicelocator.client.EndpointNotFoundException
 
EndpointNotFoundException(String) - Constructor for exception org.talend.esb.servicelocator.client.EndpointNotFoundException
 
EndpointNotFoundException(Throwable) - Constructor for exception org.talend.esb.servicelocator.client.EndpointNotFoundException
 
EndpointNotFoundException(String, Throwable) - Constructor for exception org.talend.esb.servicelocator.client.EndpointNotFoundException
 
EndpointTransformer - Interface in org.talend.esb.servicelocator.client.internal
 
EndpointTransformerImpl - Class in org.talend.esb.servicelocator.client.internal
 
EndpointTransformerImpl() - Constructor for class org.talend.esb.servicelocator.client.internal.EndpointTransformerImpl
 
ensureExists(byte[]) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
ensureExists() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
ensureExists(byte[]) - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
ensureExists() - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 
ensureExists() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
ensurePathDeleted(NodePath, boolean) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
ensurePathExists(NodePath, CreateMode) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
ensurePathExists(NodePath, CreateMode, byte[]) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
ensureRemoved() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
ensureRemoved() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
ensureRemoved() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
ensureRemoved() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
equals(Object) - Method in class org.talend.esb.servicelocator.client.internal.NodePath
 
equals(Object) - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
EvenDistributionSelectionStrategy - Class in org.talend.esb.servicelocator.cxf.internal
Performs a client side round robin strategy.
EvenDistributionSelectionStrategy() - Constructor for class org.talend.esb.servicelocator.cxf.internal.EvenDistributionSelectionStrategy
 
EvenDistributionSelectionStrategyFactory - Class in org.talend.esb.servicelocator.cxf.internal
Creates an EvenDistributionSelectionStrategy instance, which performs a client side round robin strategy.
EvenDistributionSelectionStrategyFactory() - Constructor for class org.talend.esb.servicelocator.cxf.internal.EvenDistributionSelectionStrategyFactory
 
exec(OutputStream) - Method in class org.talend.esb.servicelocator.client.ServiceLocatorMain
 
exists() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
exists() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
exists() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
exists() - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 
exists() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
ExpiredEndpointCollector - Interface in org.talend.esb.servicelocator.client
 

F

forService() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
forService() - Method in interface org.talend.esb.servicelocator.client.SLEndpoint
Return the name of the service the endpoint belongs to.
fromEndpoint(Endpoint, long, long) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointTransformer
 
fromEndpoint(Endpoint, long, long) - Method in class org.talend.esb.servicelocator.client.internal.EndpointTransformerImpl
{@inheritDoc
fromValue(String) - Static method in enum org.talend.esb.servicelocator.client.BindingType
 
fromValue(String) - Static method in enum org.talend.esb.servicelocator.client.TransportType
 

G

getAddress() - Method in interface org.talend.esb.servicelocator.client.Endpoint
Return the address of the endpoint.
getAddress() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
getAddress() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
getAddressingContext() - Static method in class org.talend.esb.servicelocator.client.internal.JaxbContextHandler
 
getAlternateAddresses(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
getAlternateEndpoints(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
getAssertionsAsString() - Method in class org.talend.esb.servicelocator.client.SLPropertiesMatcher
 
getAuthInfo() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getBinding() - Method in interface org.talend.esb.servicelocator.client.Endpoint
 
getBinding() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
getBinding() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
getChildren(NodePath, ZKBackend.NodeMapper<T>) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
getConnectionTimeout() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getContent() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
getContent() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
getContent(NodePath) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
getEndpoint(QName, String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Return the complete endpoint information for the given endpoint registered for the given service.
getEndPoint(String) - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
getEndPoint(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
getEndpoint(QName, String) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Return the complete endpoint information for the given endpoint registered for the given service.
getEndpointContext() - Static method in class org.talend.esb.servicelocator.client.internal.JaxbContextHandler
 
getEndpointName() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
getEndpointName() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
getEndpointNames(QName) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For the given service return all endpoints that currently registered at the Service Locator Service.
getEndpointNames() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
getEndpointNames() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
getEndpointNames(QName) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For the given service return all endpoints that currently registered at the Service Locator Service.
getEndpoints(QName) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Return the complete endpoint informations for all endpoints registered for the given service.
getEndPoints() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
getEndpoints() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getEndPoints() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
getEndpoints(QName) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Return the complete endpoint informations for all endpoints registered for the given service.
getExpiryTime() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
getExpiryTime() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
getInstance() - Method in class org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategyFactory
 
getInstance() - Method in class org.talend.esb.servicelocator.cxf.internal.EvenDistributionSelectionStrategyFactory
 
getInstance() - Method in interface org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategyFactory
 
getInstance() - Method in class org.talend.esb.servicelocator.cxf.internal.RandomSelectionStrategyFactory
 
getLastTimeStarted() - Method in class org.talend.esb.servicelocator.client.internal.SLEndpointProvider
 
getLastTimeStarted() - Method in interface org.talend.esb.servicelocator.client.SLEndpoint
 
getLastTimeStopped() - Method in class org.talend.esb.servicelocator.client.internal.SLEndpointProvider
 
getLastTimeStopped() - Method in interface org.talend.esb.servicelocator.client.SLEndpoint
 
getLocatorManager(Bus) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
getNodeName() - Method in class org.talend.esb.servicelocator.client.internal.NodePath
 
getPassword() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getPrimaryAddress(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategy
 
getPrimaryAddress(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.EvenDistributionSelectionStrategy
 
getPrimaryAddress(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
getPrimaryAddress(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.RandomSelectionStrategy
 
getProperties() - Method in interface org.talend.esb.servicelocator.client.Endpoint
 
getProperties() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
getProperties() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
getPropertyNames() - Method in interface org.talend.esb.servicelocator.client.SLProperties
 
getPropertyNames() - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
getRegistrationType() - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
getRootNode() - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
getServiceName() - Method in interface org.talend.esb.servicelocator.client.Endpoint
Return the name of the service the endpoint belongs to
getServiceName() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceNode
 
getServiceName() - Method in class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
getServiceName() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
getServiceName() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
getServiceName(Exchange) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
getServiceNames() - Method in interface org.talend.esb.servicelocator.client.internal.RootNode
 
getServiceNames() - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 
getServiceNode(QName) - Method in interface org.talend.esb.servicelocator.client.internal.RootNode
 
getServiceNode(QName) - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 
getServices() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Return all services for which endpoints are registered at the Service Locator Service.
getServices() - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Return all services for which endpoints are registered at the Service Locator Service.
getSessionTimeout() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getTransport() - Method in interface org.talend.esb.servicelocator.client.Endpoint
 
getTransport() - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
getTransport() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
getUser() - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
getValue() - Method in enum org.talend.esb.servicelocator.client.BindingType
 
getValue() - Method in enum org.talend.esb.servicelocator.client.TransportType
 
getValues(String) - Method in interface org.talend.esb.servicelocator.client.SLProperties
 
getValues(String) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
getVersion() - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 

H

hashCode() - Method in class org.talend.esb.servicelocator.client.internal.NodePath
 
hashCode() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
hasProperty(String) - Method in interface org.talend.esb.servicelocator.client.SLProperties
 
hasProperty(String) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl

I

includesValues(String, String...) - Method in interface org.talend.esb.servicelocator.client.SLProperties
 
includesValues(String, Collection<String>) - Method in interface org.talend.esb.servicelocator.client.SLProperties
 
includesValues(String, String...) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
includesValues(String, Collection<String>) - Method in class org.talend.esb.servicelocator.client.SLPropertiesImpl
init(String, SLProperties) - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
initialize(Bus) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
initialize(Client, Bus) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
initialize(Server, Bus) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
initialize(InterceptorProvider, Bus) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
isAuthenticationEnabled() - Method in class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 
isConnected() - Method in interface org.talend.esb.servicelocator.client.internal.ServiceLocatorBackend
 
isConnected() - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
isLive() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
isLive() - Method in class org.talend.esb.servicelocator.client.internal.SLEndpointProvider
 
isLive() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
isLive() - Method in interface org.talend.esb.servicelocator.client.SLEndpoint
Indicates whether the server is up and running.
isMatching(SLProperties) - Method in class org.talend.esb.servicelocator.client.SLPropertiesMatcher
Checks if the given SLProperties fulfills all assertions specified for this matcher.

J

JaxbContextHandler - Class in org.talend.esb.servicelocator.client.internal
JaxbContextHandler manages the global JAXBContext used for WS-Addressing elements and locator endpoint elements.

L

listenForAllClients() - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
listenForAllClients(String) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
listenForAllServers(Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
LIVE - Static variable in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
LOCATOR_ACLS - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
LOCATOR_ROOT_PATH - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
LOCATOR_SCHEME - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
LocatorCache - Class in org.talend.esb.servicelocator.cxf.internal
 
LocatorCache() - Constructor for class org.talend.esb.servicelocator.cxf.internal.LocatorCache
 
locatorCache - Variable in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
LocatorClientEnabler - Class in org.talend.esb.servicelocator.cxf.internal
 
LocatorClientEnabler() - Constructor for class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
 
LocatorFeature - Class in org.talend.esb.servicelocator.cxf
 
LocatorFeature() - Constructor for class org.talend.esb.servicelocator.cxf.LocatorFeature
 
LocatorFeatureInterface - Interface in org.talend.esb.servicelocator.cxf
CXF feature to enable the locator client with an CXF service.
LocatorRegistrar - Class in org.talend.esb.servicelocator.cxf.internal
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
LocatorRegistrar() - Constructor for class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
LocatorSelectionStrategy - Class in org.talend.esb.servicelocator.cxf.internal
 
LocatorSelectionStrategy() - Constructor for class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
LocatorSelectionStrategyFactory - Interface in org.talend.esb.servicelocator.cxf.internal
 
LocatorSettings - Class in org.talend.esb.servicelocator.client.internal.zk
 
LocatorSettings() - Constructor for class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
LocatorTargetSelector - Class in org.talend.esb.servicelocator.cxf.internal
 
LocatorTargetSelector() - Constructor for class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
LOG - Static variable in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
lookup(QName) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For the given service return all endpoints that are currently registered at the Service Locator.
lookup(QName, SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For the given service return all endpoints that are currently registered at the Service Locator and where the custom properties match the given matcher.
lookup(QName) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For the given service return all endpoints that are currently registered at the Service Locator.
lookup(QName, SLPropertiesMatcher) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For the given service return all endpoints that are currently registered at the Service Locator and where the custom properties match the given matcher.

M

main(String[]) - Static method in class org.talend.esb.servicelocator.client.ServiceLocatorMain
 
MAINTAIN_ACL - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
MAINTAIN_ROLE - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
map(String) - Method in interface org.talend.esb.servicelocator.client.internal.zk.ZKBackend.NodeMapper
 

N

nodeExists(NodePath) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
NodePath - Class in org.talend.esb.servicelocator.client.internal
Representation of a ZooKeeper node path.
NodePath(String...) - Constructor for class org.talend.esb.servicelocator.client.internal.NodePath
Create an NodePath that consists of the given path segments.
NodePath(NodePath, String) - Constructor for class org.talend.esb.servicelocator.client.internal.NodePath
 
NodePath(NodePath, String, boolean) - Constructor for class org.talend.esb.servicelocator.client.internal.NodePath
 

O

org.talend.esb.servicelocator.client - package org.talend.esb.servicelocator.client
 
org.talend.esb.servicelocator.client.internal - package org.talend.esb.servicelocator.client.internal
 
org.talend.esb.servicelocator.client.internal.zk - package org.talend.esb.servicelocator.client.internal.zk
 
org.talend.esb.servicelocator.cxf - package org.talend.esb.servicelocator.cxf
 
org.talend.esb.servicelocator.cxf.internal - package org.talend.esb.servicelocator.cxf.internal
 

P

performCollection() - Method in interface org.talend.esb.servicelocator.client.ExpiredEndpointCollector
 
performCollection() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
prepare(Message) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
process(WatchedEvent) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend.WatcherImpl
 
process(ServiceLocator) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator.PostConnectAction
Execute this after the connection to the Service Locator is established or re-established.
process(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
PropertyMatchers - Class in org.talend.esb.servicelocator.client
 
PropertyMatchers() - Constructor for class org.talend.esb.servicelocator.client.PropertyMatchers
 
PWD_PROP - Static variable in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 

R

RandomSelectionStrategy - Class in org.talend.esb.servicelocator.cxf.internal
Selects randomly from the available endpoints for each call.
RandomSelectionStrategy() - Constructor for class org.talend.esb.servicelocator.cxf.internal.RandomSelectionStrategy
 
RandomSelectionStrategyFactory - Class in org.talend.esb.servicelocator.cxf.internal
Creates a RandomSelectionStrategy instance, which selects randomly from the available endpoints for each call.
RandomSelectionStrategyFactory() - Constructor for class org.talend.esb.servicelocator.cxf.internal.RandomSelectionStrategyFactory
 
READ_ACL - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
READ_ROLE - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ServiceLocatorACLs
 
register(QName, String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For a given service register the endpoint of a concrete provider of this service.
register(QName, String, boolean) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
register(QName, String, SLProperties) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For a given service register the endpoint of a concrete provider of this service.
register(QName, String, SLProperties, boolean) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
register(Endpoint) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For a given service register the endpoint as defined in the given EndpointProvider.
register(Endpoint, boolean) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
register(QName, String) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service register the endpoint of a concrete provider of this service.
register(QName, String, boolean) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
 
register(QName, String, SLProperties) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service register the endpoint of a concrete provider of this service.
register(QName, String, SLProperties, boolean) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
 
register(Endpoint) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service register the endpoint as defined in the given EndpointProvider.
register(Endpoint, boolean) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service register the endpoint as defined in the given EndpointProvider.
registerServer(Server, Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
registerServer(Server, SLProperties, Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
registerServer(Server, Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
registerServer(Server, SLProperties, Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
registerServer(Server) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
registerServer(Server, SLProperties) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
removeEndpoint(QName, String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Remove the given endpoint from the list of endpoints of the given service.
removeEndpoint(QName, String) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Remove the given endpoint from the list of endpoints of the given service.
RootNode - Interface in org.talend.esb.servicelocator.client.internal
 
RootNodeImpl - Class in org.talend.esb.servicelocator.client.internal.zk
 
RootNodeImpl(ZKBackend) - Constructor for class org.talend.esb.servicelocator.client.internal.zk.RootNodeImpl
 

S

selectAlternateAddress(List<String>) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
selectAlternateEndpoint(List<Endpoint>) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
selectConduit(Message) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
SEPARATOR - Static variable in class org.talend.esb.servicelocator.client.internal.NodePath
 
ServiceLocator - Interface in org.talend.esb.servicelocator.client
This is the entry point for clients of the Service Locator.
ServiceLocator.PostConnectAction - Interface in org.talend.esb.servicelocator.client
Callback interface to define actions that must be executed after a successful connect or reconnect.
ServiceLocatorACLs - Class in org.talend.esb.servicelocator.client.internal.zk
ZooKeeper ACL's to be used with the Service Locator
ServiceLocatorBackend - Interface in org.talend.esb.servicelocator.client.internal
 
ServiceLocatorException - Exception in org.talend.esb.servicelocator.client
 
ServiceLocatorException() - Constructor for exception org.talend.esb.servicelocator.client.ServiceLocatorException
 
ServiceLocatorException(String) - Constructor for exception org.talend.esb.servicelocator.client.ServiceLocatorException
 
ServiceLocatorException(Throwable) - Constructor for exception org.talend.esb.servicelocator.client.ServiceLocatorException
 
ServiceLocatorException(String, Throwable) - Constructor for exception org.talend.esb.servicelocator.client.ServiceLocatorException
 
ServiceLocatorImpl - Class in org.talend.esb.servicelocator.client.internal
This is the entry point for clients of the Service Locator.
ServiceLocatorImpl() - Constructor for class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
ServiceLocatorMain - Class in org.talend.esb.servicelocator.client
 
ServiceLocatorMain() - Constructor for class org.talend.esb.servicelocator.client.ServiceLocatorMain
 
ServiceLocatorManager - Class in org.talend.esb.servicelocator.cxf.internal
 
ServiceLocatorManager() - Constructor for class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
ServiceNode - Interface in org.talend.esb.servicelocator.client.internal
 
ServiceNodeImpl - Class in org.talend.esb.servicelocator.client.internal.zk
 
ServiceNodeImpl(ZKBackend, RootNodeImpl, QName) - Constructor for class org.talend.esb.servicelocator.client.internal.zk.ServiceNodeImpl
 
setAddress(Message) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
setAvailableEndpointProperties(Map<String, String>) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
setAvailableEndpointProperties(Map<String, String>) - Method in interface org.talend.esb.servicelocator.cxf.LocatorFeatureInterface
Set endpoint properties on service side
setBackend(ServiceLocatorBackend) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setBus(Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
 
setBus(Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
setConnectionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Specify the time this client waits for a connection to get established.
setConnectionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
setConnectionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
Specify the time this client waits for a connection to get established.
setContent(byte[]) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
setContent(byte[]) - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
setDefaultLocatorSelectionStrategy(String) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
If the String argument defaultLocatorSelectionStrategy is as key in the map representing the locatorSelectionStrategies, the corresponding strategy is selected and set as default strategy, else both the selected strategy and the default strategy remain unchanged.
setEndpointCollectionEnable(Boolean) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setEndpointCollectionInterval(Integer) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setEndpointPrefix(String) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
setEndpointPrefix(String) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
setEndpointPrefixes(Map<String, String>) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
setEndpointPrefixes(Map<String, String>) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
setEndpoints(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
setEndpointTransformer(EndpointTransformer) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setExpiryTime(Date, boolean) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
setExpiryTime(Date, boolean) - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
setLive(boolean) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
setLive(boolean) - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
setLocatorClientEnabler(LocatorClientEnabler) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
setLocatorEndpoints(String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Specify the endpoints of all the instances belonging to the service locator ensemble this object might potentially be talking to when connecting.
setLocatorEndpoints(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
Specify the endpoints of all the instances belonging to the service locator ensemble this object might potentially be talking to when connecting.
setLocatorEndpoints(String) - Method in class org.talend.esb.servicelocator.client.ServiceLocatorMain
 
setLocatorRegistrar(LocatorRegistrar) - Method in class org.talend.esb.servicelocator.cxf.internal.ServiceLocatorManager
 
setLocatorSelectionStrategies(Map<String, LocatorSelectionStrategyFactory>) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
Sets a map representing the locatorSelectionStrategies and sets locatorSelectionStrategy to the DEFAULT_STRATEGY.
setLocatorSelectionStrategy(String) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
If the String argument locatorSelectionStrategy is as key in the map representing the locatorSelectionStrategies, the corresponding strategy is selected, else it remains unchanged.
setLocatorSelectionStrategy(LocatorSelectionStrategy) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorTargetSelector
 
setMatcher(SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorCache
 
setMatcher(SLPropertiesMatcher) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
setName(String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setNodeData(NodePath, byte[]) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
setOffline() - Method in interface org.talend.esb.servicelocator.client.internal.EndpointNode
 
setOffline() - Method in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
setPassword(String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
setPassword(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
setPassword(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
setPostConnectAction(ServiceLocator.PostConnectAction) - Method in interface org.talend.esb.servicelocator.client.internal.ServiceLocatorBackend
Specify the action to be be executed after the Service Locator has connected to the server.
setPostConnectAction(ServiceLocator.PostConnectAction) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Specify the action to be be executed after the Service Locator has connected to the server.
setPostConnectAction(ServiceLocator.PostConnectAction) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
setPostConnectAction(ServiceLocator.PostConnectAction) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Specify the action to be be executed after the Service Locator has connected to the server.
setReloadAdressesCount(int) - Method in class org.talend.esb.servicelocator.cxf.internal.EvenDistributionSelectionStrategyFactory
 
setReloadAdressesCount(int) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
setReloadAdressesCount(int) - Method in class org.talend.esb.servicelocator.cxf.internal.RandomSelectionStrategyFactory
 
setReloadCount(int) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorCache
 
setRequiredEndpointProperties(Map<String, String>) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
setRequiredEndpointProperties(Map<String, String>) - Method in interface org.talend.esb.servicelocator.cxf.LocatorFeatureInterface
Set endpoint properties on client side for match
setSelectionStrategy(String) - Method in class org.talend.esb.servicelocator.cxf.LocatorFeature
 
setSelectionStrategy(String) - Method in interface org.talend.esb.servicelocator.cxf.LocatorFeatureInterface
Set selection strategy
setServiceLocator(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorCache
 
setServiceLocator(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorClientEnabler
 
setServiceLocator(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
setServiceLocator(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy
 
setServiceLocator(ServiceLocator) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
setSessionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
Specify the time out of the session established at the server.
setSessionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
setSessionTimeout(int) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
Specify the time out of the session established at the server.
setStrategyId(String) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorCache
 
setUser(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
setUserName(String) - Method in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
SimpleEndpoint - Class in org.talend.esb.servicelocator.client
 
SimpleEndpoint(QName, String) - Constructor for class org.talend.esb.servicelocator.client.SimpleEndpoint
 
SimpleEndpoint(QName, String, SLProperties) - Constructor for class org.talend.esb.servicelocator.client.SimpleEndpoint
 
SimpleEndpoint(QName, String, BindingType, TransportType, SLProperties) - Constructor for class org.talend.esb.servicelocator.client.SimpleEndpoint
 
SingleBusLocatorRegistrar - Class in org.talend.esb.servicelocator.cxf.internal
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
SingleBusLocatorRegistrar(Bus) - Constructor for class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
SLEndpoint - Interface in org.talend.esb.servicelocator.client
An SLEndpoint describes a service endpoint stored in the ServiceLocator.
SLEndpointProvider - Class in org.talend.esb.servicelocator.client.internal
 
SLEndpointProvider(QName, EndpointDataType, boolean) - Constructor for class org.talend.esb.servicelocator.client.internal.SLEndpointProvider
 
SLProperties - Interface in org.talend.esb.servicelocator.client
 
SLPropertiesConverter - Class in org.talend.esb.servicelocator.client.internal
 
SLPropertiesImpl - Class in org.talend.esb.servicelocator.client
Implementation of SLProperties backed by a Map.
SLPropertiesImpl() - Constructor for class org.talend.esb.servicelocator.client.SLPropertiesImpl
 
SLPropertiesMatcher - Class in org.talend.esb.servicelocator.client
Checks whether a SLProperties has the specified values with specific values.
SLPropertiesMatcher() - Constructor for class org.talend.esb.servicelocator.client.SLPropertiesMatcher
 
startListenForServers(Bus) - Method in class org.talend.esb.servicelocator.cxf.internal.LocatorRegistrar
 
startListenForServers() - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
startScheduledCollection() - Method in interface org.talend.esb.servicelocator.client.ExpiredEndpointCollector
 
startScheduledCollection() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
startServer(Server) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
stopListenForServers() - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 
stopScheduledCollection() - Method in interface org.talend.esb.servicelocator.client.ExpiredEndpointCollector
 
stopScheduledCollection() - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
stopServer(Server) - Method in class org.talend.esb.servicelocator.cxf.internal.SingleBusLocatorRegistrar
 

T

TIMETOLIVE - Static variable in class org.talend.esb.servicelocator.client.internal.zk.EndpointNodeImpl
 
toEndPointData(byte[]) - Static method in class org.talend.esb.servicelocator.client.internal.EndpointTransformerImpl
 
toServiceLocatorPropertiesType(SLProperties) - Static method in class org.talend.esb.servicelocator.client.internal.SLPropertiesConverter
 
toSLEndpoint(QName, byte[], boolean) - Method in interface org.talend.esb.servicelocator.client.internal.EndpointTransformer
 
toSLEndpoint(QName, byte[], boolean) - Method in class org.talend.esb.servicelocator.client.internal.EndpointTransformerImpl
{@inheritDoc
toSLProperties(ServiceLocatorPropertiesType) - Static method in class org.talend.esb.servicelocator.client.internal.SLPropertiesConverter
 
toString() - Method in class org.talend.esb.servicelocator.client.internal.NodePath
Encoded String representation of this NodePath.
toString() - Method in class org.talend.esb.servicelocator.client.SLPropertiesMatcher
 
toString() - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
TransportType - Enum in org.talend.esb.servicelocator.client
 

U

unregister(Endpoint) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
unregister(QName, String) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
For a given service unregister a previously registered endpoint.
unregister(QName, String) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service unregister a previously registered endpoint.
unregister(Endpoint) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
For a given service unregister a previously registered endpoint.
updateTimetolive(QName, String, int) - Method in class org.talend.esb.servicelocator.client.internal.ServiceLocatorImpl
 
updateTimetolive(QName, String, int) - Method in interface org.talend.esb.servicelocator.client.ServiceLocator
Updates the time-to-live (ttl) for specified endpoint.
USER_PROP - Static variable in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
UTF8_CHAR_SET - Static variable in class org.talend.esb.servicelocator.client.internal.zk.LocatorSettings
 
UTF8_CHAR_SET - Static variable in class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 

V

valueOf(String) - Static method in enum org.talend.esb.servicelocator.client.BindingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.talend.esb.servicelocator.client.TransportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.talend.esb.servicelocator.client.BindingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.talend.esb.servicelocator.client.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeEndpointReferenceTo(Result, Endpoint.PropertiesTransformer) - Method in interface org.talend.esb.servicelocator.client.Endpoint
 
writeEndpointReferenceTo(Result, Endpoint.PropertiesTransformer) - Method in class org.talend.esb.servicelocator.client.SimpleEndpoint
 
writeEndpointReferenceTo(Result, Endpoint.PropertiesTransformer) - Method in class org.talend.esb.servicelocator.cxf.internal.CXFEndpointProvider
 
writePropertiesTo(SLProperties, Result) - Method in interface org.talend.esb.servicelocator.client.Endpoint.PropertiesTransformer
 
writePropertiesTo(SLProperties, Result) - Method in class org.talend.esb.servicelocator.client.internal.EndpointTransformerImpl
{@inheritDoc
WrongArgumentException - Exception in org.talend.esb.servicelocator.client
 
WrongArgumentException() - Constructor for exception org.talend.esb.servicelocator.client.WrongArgumentException
 
WrongArgumentException(String) - Constructor for exception org.talend.esb.servicelocator.client.WrongArgumentException
 
WrongArgumentException(Throwable) - Constructor for exception org.talend.esb.servicelocator.client.WrongArgumentException
 
WrongArgumentException(String, Throwable) - Constructor for exception org.talend.esb.servicelocator.client.WrongArgumentException
 

Z

ZKBackend - Class in org.talend.esb.servicelocator.client.internal.zk
 
ZKBackend() - Constructor for class org.talend.esb.servicelocator.client.internal.zk.ZKBackend
 
ZKBackend.NodeMapper<T> - Interface in org.talend.esb.servicelocator.client.internal.zk
 
ZKBackend.WatcherImpl - Class in org.talend.esb.servicelocator.client.internal.zk
 
ZKBackend.WatcherImpl(CountDownLatch) - Constructor for class org.talend.esb.servicelocator.client.internal.zk.ZKBackend.WatcherImpl
 

A B C D E F G H I J L M N O P R S T U V W Z

Copyright © 2011–2014 Talend Inc.. All rights reserved.