GetIdMetaService getid = ((GetIdMetaService)bean.getChain().getMetaservice());
request.setAttribute("callid", getid.executeToString(getid.getParams().get(0)));
}
else
if(bean.getChain().getMetaservice() instanceof RdfMetaService) {
RdfMetaService formatService = (RdfMetaService)bean.getChain().getMetaservice();
formatService.execute(bean);
}
long start = (Long)request.getAttribute("time");
request.setAttribute("time", System.currentTimeMillis() - start);