// Since we need to notify the SynapseCallback receiver to remove the
// call backs registered we set a custom property
if (outMsgCtx.getOperationContext().isComplete()) {
setHeaders(context, response, outMsgCtx, responseMsgCtx);
outMsgCtx.setProperty(NhttpConstants.HTTP_202_RECEIVED, "true");
mr.receive(outMsgCtx);
}
return;
}
setHeaders(context, response, outMsgCtx, responseMsgCtx);
responseMsgCtx.setServerSide(true);