if (isCommitted())
throw new IllegalStateException("Response is commited");
SessionManager csm = getCallSession().getServer().getSessionManager();
SessionScope scope = csm.openScope(getCallSession());
try
{
_session.sendResponse(this, (ServerTransaction) getTransaction(), reliable);
setCommitted(true);