Package net.socialgamer.cah.handlers

Examples of net.socialgamer.cah.handlers.Handler.cleanUp()


          + e.toString());
      returnError(user, out, ErrorCode.BAD_OP, serial);
      return;
    }
    final Map<ReturnableData, Object> data = handler.handle(new RequestWrapper(request), hSession);
    handler.cleanUp();
    data.put(AjaxResponse.SERIAL, serial);
    returnData(user, out, data);
    return;
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.