if(xhrServletCommand != null) {
/* todo: add a chain to create the Context object */
WebChainContext webChainContext = new WebChainContext(ctxt, request, response);
try {
xhrServletCommand.execute(webChainContext);
}
catch(Exception e) {
ServletUtils.throwServletException(e);
}
}