@Override public void process(HttpManager httpManager, Request request, Response response) throws ConflictException, NotAuthorizedException, BadRequestException { resourceHandlerHelper.process(httpManager, request, response, this); }
@Override public void processResource(HttpManager manager, Request request, Response response, Resource r) throws NotAuthorizedException, ConflictException, BadRequestException { resourceHandlerHelper.processResource(manager, request, response, r, this); }