try {
in = new FileInputStream(webservices);
} catch(FileNotFoundException fne) {
throw new RepositoryException(fne);
}
Webservices webServices = null;
webServices = Webservices.createGraph(in);
// bundle name is null for stand alone module
boolean isAppStandAloneModule = (bundleName==null) ? true : false;
// all web service endpoints
WebserviceDescriptionType[] wsdts =
webServices.getWebserviceDescription();
ArrayList aList = new ArrayList();
String uri = null, implName = null, implType = null, implClass = null;
Map wsWebMap = null, wsEjbMap = null;