}
protected void initialiseElementSpecificAttributes(XDIMEContextInternal context, XDIMEAttributes attributes)
throws XDIMEException {
ResponseTimerAttributes responseTimerAttributes = (ResponseTimerAttributes) protocolAttributes;
/**
* start-time and stop-time attributes
*/
responseTimerAttributes.setStartTime(new Integer(attributes.getValue("", "start-time")));
responseTimerAttributes.setStopTime(new Integer(attributes.getValue("", "stop-time")));
super.initialiseElementSpecificAttributes(context, attributes);
}