public class UnmarshallerContext extends Object
| Constructor and Description |
|---|
UnmarshallerContext() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
booleanValue(String key) |
Double |
doubleValue(String key) |
Float |
floatValue(String key) |
HttpResponse |
getHttpResponse() |
int |
getHttpStatus() |
Map<String,String> |
getResponseMap() |
Integer |
integerValue(String key) |
int |
lengthValue(String key) |
Long |
longValue(String key) |
void |
setHttpResponse(HttpResponse httpResponse) |
void |
setHttpStatus(int httpStatus) |
void |
setResponseMap(Map<String,String> responseMap) |
String |
stringValue(String key) |
public int lengthValue(String key)
public int getHttpStatus()
public void setHttpStatus(int httpStatus)
public HttpResponse getHttpResponse()
public void setHttpResponse(HttpResponse httpResponse)
Copyright © 2018. All Rights Reserved.