if (regService instanceof XregistryServiceWrapper) {
XregistryServiceWrapper xregistryService = (XregistryServiceWrapper) regService;
ResourceData[] data = null;
//FIXME: Enhance it to handle Search Chars
if ("Service".equals(type)) {
data = xregistryService.xfindServiceDesc(requestName);
} else if ("Application".equals(type)) {
data = xregistryService.xfindAppDesc(requestName);
} else if ("Host".equals(type)) {
data = xregistryService.xfindHostDesc(requestName);
}