buffer = getStrategy().uncompressByteArray(input);
}
catch (IOException e)
{
throw new TransformerException(
MessageFactory.createStaticMessage("Failed to uncompress message."), this, e);
}
if (!DataTypeFactory.BYTE_ARRAY.equals(getReturnDataType()))
{