{
// get the context
EventContext ctx = contexts_.get(ctxId);
if (ctx == null)
{
throw new CosInvalidEventContextException();
}
// build the message
String message = ctx.buildMessage(eventId, params);
String messageLocal = ctx.buildLocalMessage(eventId, paramsLocal);