if (method.getName().equals("getProducerManager"))
{
return producer;
}
long hash = MethodHashing.calculateHash(method);
MethodInvocation sri = new MethodInvocation(interceptors, hash, method, method, null);
sri.setArguments(args);
return sri.invokeNext();