{
log.debug("Invoke: " + epInv.getJavaMethod().getName());
try
{
InvocationContext invContext = epInv.getInvocationContext();
Object targetBean = invContext.getTargetBean();
Class implClass = targetBean.getClass();
Method seiMethod = epInv.getJavaMethod();
Method implMethod = getImplMethod(implClass, seiMethod);
Object[] args = epInv.getArgs();