//
// get (or create) converter
ServletConverter converter = getServletConverter(getCurrentServletConfig());
//
// execute converter
converter.service(getCurrentHttpServletRequest(), getCurrentHttpServletResponse());
if (log.isTraceEnabled()) log.trace(".processRequest() - Done");
//
// return the currentFlowContext because the flow execution appends on
// TuboRestletResource and is stored on this attribute on
// doConsumerLifeCycle