public static MarkupResponse createMarkupResponse(MarkupContext markupContext)
{
ParameterValidation.throwIllegalArgExceptionIfNull(markupContext, "MarkupContext");
MarkupResponse markupResponse = new MarkupResponse();
markupResponse.setMarkupContext(markupContext);
return markupResponse;
}