Class MultipartRequestInProcessResponse

  • All Implemented Interfaces:
    MultipartResponse<java.lang.String>

    public class MultipartRequestInProcessResponse
    extends java.lang.Object
    implements MultipartResponse<java.lang.String>
    Models a multipart response for an IDS RequestInProcessMessage. As the EDC communicates mostly asynchronously, this message is the expected response for most request messages.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull de.fraunhofer.iais.eis.Message getHeader()
      Returns the response header.
      @Nullable java.lang.String getPayload()
      Returns the response payload.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHeader

        @NotNull
        public @NotNull de.fraunhofer.iais.eis.Message getHeader()
        Description copied from interface: MultipartResponse
        Returns the response header.
        Specified by:
        getHeader in interface MultipartResponse<java.lang.String>
        Returns:
        the response header.
      • getPayload

        @Nullable
        public @Nullable java.lang.String getPayload()
        Description copied from interface: MultipartResponse
        Returns the response payload.
        Specified by:
        getPayload in interface MultipartResponse<java.lang.String>
        Returns:
        the response payload.