| Package | Description |
|---|---|
| io.cellery.cell.gateway.initializer.internals | |
| io.cellery.cell.gateway.initializer.utils |
| Modifier and Type | Method and Description |
|---|---|
static APIMConfig |
ConfigManager.getAPIMConfiguration()
Returns the whole configuration as a
APIMConfig beans |
static Cell |
ConfigManager.getCellConfiguration()
Returns the whole configuration as a
Cell beans |
static RestConfig |
ConfigManager.getRestConfiguration()
Returns the whole configuration as a
RestConfig beans |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.CloseableHttpResponse |
RequestProcessor.doGet(String url,
String contentType,
String acceptType,
String authHeader)
Execute http get request.
|
String |
RequestProcessor.doPost(String url,
String contentType,
String acceptType,
String authHeader,
String payload)
Execute http post request
|
| Constructor and Description |
|---|
RequestProcessor() |
Copyright © 2019 WSO2. All rights reserved.