}
Identifiable entity = (Identifiable) serviceActionController.execute(new ServiceActionContext(id, principal),
action);
// Get address
String address = (String) serviceActionController.execute(new ServiceActionContext(new EntityIdentifier(
streamType, id), principal), getTokenForStreamAction);
ModelAndView mv = new ModelAndView("vcardView");
mv.addObject("streamEntity", entity);
mv.addObject("email", address);