this.osRequestProcessor.setOpenSearchInfo(osInfo);
Map<TargetType, RequestProcessor> processors = new HashMap<TargetType, RequestProcessor>();
processors.put(OpenSearchTargetTypes.OPENSEARCH_DESCRIPTION, osRequestProcessor);
DefaultWorkspaceManager wsManager = new DefaultWorkspaceManager();
wsManager.setWorkspaces(new LinkedList<WorkspaceInfo>());
RouteManager routeManager = new RouteManager();
routeManager.addRoute("service", "/", TargetType.TYPE_SERVICE)
.addRoute("feed", "/atom/:collection", TargetType.TYPE_COLLECTION)
.addRoute("entry", "/atom/:collection/:entry", TargetType.TYPE_ENTRY)