public class W3CHttpResponseCodec extends AbstractHttpResponseCodec
| Constructor and Description |
|---|
W3CHttpResponseCodec() |
| Modifier and Type | Method and Description |
|---|---|
Response |
decode(HttpResponse encodedResponse)
Decodes a response.
|
protected java.lang.Object |
getValueToEncode(Response response) |
protected Response |
reconstructValue(Response response) |
encodepublic Response decode(HttpResponse encodedResponse)
ResponseCodecdecode in interface ResponseCodec<HttpResponse>decode in class AbstractHttpResponseCodecencodedResponse - the response to decode.protected java.lang.Object getValueToEncode(Response response)
getValueToEncode in class AbstractHttpResponseCodecprotected Response reconstructValue(Response response)
reconstructValue in class AbstractHttpResponseCodec