Interface HttpClientResponseMessageDecoder
- All Superinterfaces:
Component
,DestructableComponent
,InitializableComponent
,MessageDecoder
- All Known Implementing Classes:
AbstractHttpClientResponseMessageDecoder
,BaseHttpClientResponseXMLMessageDecoder
,HttpClientResponseSOAP11Decoder
,HttpClientResponseSOAP11Decoder
,HttpClientResponseSOAP11Decoder
A specialization of
MessageDecoder
that operates on a source message data type of HttpResponse
.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.HttpResponse
Get the HTTP client response on which to operate.void
setHttpResponse
(org.apache.http.HttpResponse response) Set the HTTP client response on which to operate.Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent
destroy, isDestroyed
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
Methods inherited from interface org.opensaml.messaging.decoder.MessageDecoder
decode, getMessageContext
-
Method Details
-
getHttpResponse
@Nullable org.apache.http.HttpResponse getHttpResponse()Get the HTTP client response on which to operate.- Returns:
- the HTTP client response
-
setHttpResponse
void setHttpResponse(@Nullable org.apache.http.HttpResponse response) Set the HTTP client response on which to operate.- Parameters:
response
- the HTTP client response
-