throws PAPIException {
MarinerPageContext pageContext
= ContextInternals.getMarinerPageContext(context);
AttrsAttributes attributes = (AttrsAttributes) papiAttributes;
MCSAttributes pattributes = getMCSAttributes();
// Copy the attributes into the protocol attributes class.
pattributes.setId(attributes.getId());
pattributes.setTitle(attributes.getTitle());
// Initialise the event related attributes.
PAPIInternals.initialiseGeneralEventAttributes(pageContext,
attributes,
pattributes);