Interface HttpServletResponseMessageEncoder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.servlet.http.HttpServletResponse getHttpServletResponse()
      Get the HTTP servlet response on which to operate.
      void setHttpServletResponse​(javax.servlet.http.HttpServletResponse response)
      Set the HTTP servlet 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
    • Method Detail

      • getHttpServletResponse

        @Nullable
        javax.servlet.http.HttpServletResponse getHttpServletResponse()
        Get the HTTP servlet response on which to operate.
        Returns:
        the HTTP servlet response
      • setHttpServletResponse

        void setHttpServletResponse​(@Nullable
                                    javax.servlet.http.HttpServletResponse response)
        Set the HTTP servlet response on which to operate.
        Parameters:
        response - the HTTP servlet response