void addMandatoryManagementMessageHandlers ()
{
Configuration.getInstance().addManagementMessageHandlerMapping(
new MessageHandlerMapping(
Protocol.INSTRUMENTATION_CONTENT_RESPONSE_OPCODE,
new InstrumentationMessageHandler()));
Configuration.getInstance().addManagementMessageHandlerMapping(
new MessageHandlerMapping(
Protocol.CONFIGURATION_CONTENT_RESPONSE_OPCDE,
new ConfigurationMessageHandler()));