this.firstParameter = true;
for (Parameter parameter : parameterMap.getValue().values()) {
writeTo(parameter.getName(), parameter.getValue(), out);
}
} catch (IOException e) {
throw new EncodingException(
MessageFormat.format("Could not encode parameters {0}", parameterMap.toString()), e);
}
}