Interface MultipartResponse<T>
-
- Type Parameters:
T- the payload type of the response.
- All Known Implementing Classes:
MultipartDescriptionResponse,MultipartMessageProcessedResponse,MultipartRequestInProcessResponse
public interface MultipartResponse<T>Interface for multipart responses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.fraunhofer.iais.eis.MessagegetHeader()Returns the response header.TgetPayload()Returns the response payload.
-
-
-
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.
-
-