public abstract void processRequest(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException;
protected void initializeRequestHandler(final HttpServletRequest request, final HttpServletResponse response, final GDataRequestType type)
throws GDataRequestException, ServletException {
this.feedRequest = new GDataRequest(request, type);
this.feedResponse = new GDataResponse(response);
this.feedResponse.setEncoding(ENCODING);
try {
this.feedRequest.initializeRequest();