278279280281282283284285286287
tempParser = new OGC1_0_0Parser(); } else tempParser = new OGC1_1_1Parser(); // find the service within the server. Server tempServer = myService.getServer(); // generate the result. tempParser.getRequest(inRequest, inResponse, tempServer); }