public class EntityResponse extends Object
EntityBroker.fireEntityRequest(String, String, String, Map, Object) method| Modifier and Type | Field and Description |
|---|---|
String |
responseBody
the body of the response
|
int |
responseCode
The http response code
|
Map<String,String[]> |
responseHeaders
The map of the response headers,
this may be null
|
String |
responseMessage
The response message
|
| Constructor and Description |
|---|
EntityResponse(int responseCode,
String responseMessage,
String responseBody,
Map<String,String[]> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseBody() |
int |
getResponseCode() |
Map<String,String[]> |
getResponseHeaders() |
String |
getResponseMessage() |
Copyright © 2007–2019 Sakai Project. All rights reserved.