Interface MultipartResponse<T>

    • Method Detail

      • getHeader

        de.fraunhofer.iais.eis.Message getHeader()
        Returns the response header.
        Returns:
        the response header.
      • getPayload

        T getPayload()
        Returns the response payload.
        Returns:
        the response payload.