public abstract class AbstractClientFactory<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected GriffonApplication |
application |
protected Class<T> |
clientClass |
protected static String |
ERROR_PARAMS_NULL |
Constructor and Description |
---|
AbstractClientFactory(GriffonApplication application,
Class<T> clientClass) |
Modifier and Type | Method and Description |
---|---|
protected T |
createClient(Map<String,Object> params) |
protected Map<String,Object> |
getHttpParams(Map<String,Object> params) |
protected static final String ERROR_PARAMS_NULL
protected final GriffonApplication application