| Modifier and Type | Class and Description |
|---|---|
static class |
SNService.ResourceTable |
| Modifier and Type | Field and Description |
|---|---|
protected SNConnectorConfiguration |
config |
static String |
RESPONSE_HEADER_TOTAL_COUNT |
static String |
RESPONSE_RESULT |
| Constructor and Description |
|---|
SNService(SNConnectorConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreate(Resource resource,
org.apache.cxf.jaxrs.client.WebClient webClient) |
protected void |
doDelete(String userId,
org.apache.cxf.jaxrs.client.WebClient webClient) |
com.fasterxml.jackson.databind.JsonNode |
doGet(org.apache.cxf.jaxrs.client.WebClient webClient) |
protected com.fasterxml.jackson.databind.JsonNode |
doUpdate(Resource resource,
org.apache.cxf.jaxrs.client.WebClient webClient) |
org.apache.cxf.jaxrs.client.WebClient |
getWebclient(SNService.ResourceTable table,
Map<String,String> params) |
protected final SNConnectorConfiguration config
public static final String RESPONSE_RESULT
public static final String RESPONSE_HEADER_TOTAL_COUNT
public SNService(SNConnectorConfiguration config)
public org.apache.cxf.jaxrs.client.WebClient getWebclient(SNService.ResourceTable table, Map<String,String> params)
public com.fasterxml.jackson.databind.JsonNode doGet(org.apache.cxf.jaxrs.client.WebClient webClient)
protected void doCreate(Resource resource, org.apache.cxf.jaxrs.client.WebClient webClient)
protected com.fasterxml.jackson.databind.JsonNode doUpdate(Resource resource, org.apache.cxf.jaxrs.client.WebClient webClient)
protected void doDelete(String userId, org.apache.cxf.jaxrs.client.WebClient webClient)
Copyright © 2018–2022. All rights reserved.