AppContext.getBasicConfiguration().dump(writer);
writer.writeComment(" *************** RESPONDERS ****************** ");
AppContext.getResponderRegistry().dump(writer);
writer.writeComment(" *************** SERVICES ******************** ");
AppContext.getServiceRegistry().dump(writer);
writer.writeComment(" *************** SESSIONS ******************** ");
AppContext.getSessionRegistry().dump(writer);
writer.writeComment(" *************** SUBSCRIPTIONS *************** ");
AppContext.getSubscriptionRegistry().dump(writer);
writer.writeComment(" *************** CACHE MANAGER *************** ");
AppContext.getCacheManager().dump(writer);