Interface HttpClientResponseMessageDecoder

All Superinterfaces:
Component, DestructableComponent, InitializableComponent, MessageDecoder
All Known Implementing Classes:
AbstractHttpClientResponseMessageDecoder, BaseHttpClientResponseXMLMessageDecoder, HttpClientResponseSOAP11Decoder, HttpClientResponseSOAP11Decoder, HttpClientResponseSOAP11Decoder

public interface HttpClientResponseMessageDecoder extends MessageDecoder
A specialization of MessageDecoder that operates on a source message data type of HttpResponse.
  • 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