ISortByParser parser = factory.makeSortByParser(context);
if (parser == null) {
String msg = "IProviderFactory.makeSortByParser: instantiation failed.";
throw new OwsException(OwsException.OWSCODE_NoApplicableCode,locator,msg);
} else {
parser.parseSortBy(context,ndSortBy,xpath);
}
}
}
// execute the request