Start of change

Container DFHMEDIATYPE

DFHMEDIATYPE is a container of DATATYPE(CHAR) that is used to specify the media type for a message produced in the response phase of a service provider pipeline.

The content of the DFHMEDIATYPE container must consist of a type and a subtype separated by a slash character. The following strings show two examples of correct content for the DFHMEDIATYPE container:

text/plain
image/svg+xml

The DFHMEDIATYPE container is ignored when the pipeline uses the WebSphere MQ transport.

End of change