this.holder = holder;
return "AsynchProxyInterceptor";
Object rtn = invocation.invokeNext(); Future future = (Future) invocation.getResponseAttachment(AsynchAspect.FUTURE); if (future != null) { holder.setFuture(future); } return rtn;