public class RpcClientFactory extends Object implements ClientFactory
Client implementation.| Constructor and Description |
|---|
RpcClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient(ClientParameters inClientParameters)
Gets a
Client. |
public Client getClient(ClientParameters inClientParameters) throws ClientInitException, ConnectionException
ClientFactoryClient.getClient in interface ClientFactoryinClientParameters - a ClientParmeters value to use to initialize the clientClient valueClientInitException - if the client is already initialized.ConnectionException - if there were errors connecting to the server.Copyright © 2019. All rights reserved.