responseString = "{}";
}
InputStream in = new ByteArrayInputStream(responseString.getBytes());
JSONOMBuilder builder = new JSONOMBuilder();
element = builder.processDocument(in, contentType, inMessage);
element.buildNext();
}
} else {
element =
buildResponse(annotated, engine.isJson(), response, xmlSchemaElement);
}