response = producer.getPortletInvoker().invoke(invocation);
// let the producer invocation handler delegate get a chance to process the response
if (delegate != null)
{
delegate.processInvocationResponse(response, invocation);
}
log.debug(invocationType + " done");
}