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 content is provided as an {@link InputStream} and the content type specifies acharset parameter (e.g. text/plain; charset=ISO-8859-15), this information is used to decode the text. If the content is provided as an {@link InputStream} but no charset parameteris specified on the content type, the default charset encoding specified by {@link MessageContext#DEFAULT_CHAR_SET_ENCODING} is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|