public interface ServiceClientFactory
ServiceClient.| Modifier and Type | Method and Description |
|---|---|
ServiceClient |
makeClient(String serviceName,
ServiceLocator serviceLocator,
ServiceRetryPolicy retryPolicy)
Creates a client for a particular service.
|
ServiceClient makeClient(String serviceName, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy)
serviceName - name of the service, which is used in log messages and exceptions.serviceLocator - service locator. This is not owned by the returned client, and should be closed
separately when you are done with it.retryPolicy - retry policyCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.