this.monitor = monitor;
//wfs
handlers.add(new DescribeFeatureTypeHandler(monitor.getConfig(), catalog));
handlers.add(new GetFeatureHandler(monitor.getConfig(), catalog));
handlers.add(new LockFeatureHandler(monitor.getConfig(), catalog));
handlers.add(new TransactionHandler(monitor.getConfig(), catalog));
//wms
handlers.add(new GetFeatureInfoHandler(monitor.getConfig()));
handlers.add(new GetMapHandler(monitor.getConfig()));