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
ClassicHttpResponse.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponseGet the HTTP client response on which to operate.voidsetHttpResponse(org.apache.hc.core5.http.ClassicHttpResponse response) Set the HTTP client response on which to operate.Methods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface org.opensaml.messaging.decoder.MessageDecoder
decode, getMessageContext
-
Method Details
-
getHttpResponse
@Nullable org.apache.hc.core5.http.ClassicHttpResponse getHttpResponse()Get the HTTP client response on which to operate.- Returns:
- the HTTP client response
-
setHttpResponse
void setHttpResponse(@Nullable org.apache.hc.core5.http.ClassicHttpResponse response) Set the HTTP client response on which to operate.- Parameters:
response- the HTTP client response
-