Show Table of Contents
13.3.2. ByteArrayToString
| Input Type | byte[ ] |
| Class | org.jboss.soa.esb.actions.converters.ByteArrayToString |
Takes a
byte[] based message payload and converts it into a java.lang.String object instance.
Table 13.1. ByteArrayToString Properties
| Property | Description | Required |
|---|---|---|
| encoding |
The binary data encoding on the message byte array. Defaults to
UTF-8.
| No |
Example 13.1. Sample Configuration
<action name="transform" class="org.jboss.soa.esb.actions.converters.ByteArrayToString">
<property name="encoding" value="UTF-8" />
</action>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.