this.respondToExportXMLRequest(request, new ExportNodeWriter(),
exchange);
return;
} else if (request.type().isExportJSON()) {
this.respondToExportJSONRequest(request,
new ExportJSONNodeWriter(),
exchange);
return;
}
// If the request is not redirected (in case of INSERT or DELETE) then