public interface ServiceEndpointResolutionStrategy
extends com.google.common.base.Function<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>>
Given a sets of endpoints for a particular service and version, return the
URL to be used to connect to the service.
Method Summary
Methods inherited from interface com.google.common.base.Function