Interface ResponseHeaderHandler<T>

    • Method Detail

      • handle

        AdaptrisMessage handle​(T src,
                               AdaptrisMessage msg)
        Do something with the response headers
        Parameters:
        src - the object containing the headers
        msg - the AdaptrisMessage.
        Returns:
        the modified message.