renderers = new HashMap();
renderers.put("createDestination", new CreateDestinationRenderer());
renderers.put("viewDestinations", new ViewDestinationsRenderer());
renderers.put("statistics", new StatisticsRenderer());
renderers.put("viewMessages", new ViewMessagesRenderer());
renderers.put("viewDLQ", new ViewDLQRenderer());
handlers = new HashMap();
handlers.put("createDestination", new CreateDestinationHandler());
handlers.put("removeDestination", new RemoveDestinationHandler());
handlers.put("statistics", new StatisticsHandler());