This builder processes the input message as plain text and wraps the text in a wrapper element. The name of the wrapper element can be configured as a service parameter (see {@link BaseConstants#WRAPPER_PARAM}). It defaults to {@link BaseConstants#DEFAULT_TEXT_WRAPPER}. If the provided content type specifies a charset parameter (e.g. text/plain; charset=ISO-8859-15) it is used to decode the text. Otherwise the default charset encoding specified by {@link MessageContext#DEFAULT_CHAR_SET_ENCODING} is used.
|
|