public class SymphonyClientFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SymphonyClientFactory.TYPE
Currently only one SymphonyClient implementation called BASIC
|
| Constructor and Description |
|---|
SymphonyClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SymphonyClient |
getClient(SymphonyClientFactory.TYPE type)
Generate a new SymphonyClient based on type
|
static SymphonyClient |
getClient(SymphonyClientFactory.TYPE type,
SymphonyClientConfig initParams)
Generate a new SymphonyClient and init it based on type
|
public static SymphonyClient getClient(SymphonyClientFactory.TYPE type)
type - The type of SymphonyClient. Currently only BASIC is available.public static SymphonyClient getClient(SymphonyClientFactory.TYPE type, SymphonyClientConfig initParams)
type - The type of SymphonyClient. Currently only BASIC is available.initParams - SymphonyClientConfig to init