109110111112113114115116
} catch (InternalErrorException e) { throw e; } catch (Exception e) { throw new InternalErrorException(e); } }
7677787980818283
/* Get an instance of the web service stub */ XigniteNews xIgniteNews = new XigniteNewsLocator(); newsSoapStub = xIgniteNews.getXigniteNewsSoap(); } catch (Exception e) { throw new InternalErrorException(e); } }
108109110111112113114115
/* Return stock news */ return convertToMyPortalStockNewsCollection(stockNews); } catch (Exception e) { throw new InternalErrorException(e); } }
154155156157158159160161
request.setAttribute("tip", tipOfTheDayMessage); return mapping.findForward("TipOfTheDayJSP"); } catch (Exception e) { throw new InternalErrorException(e); } }
7778798081828384
/* Get an instance of the web service stub */ XigniteQuotes xIgniteQuotes = new XigniteQuotesLocator(); quotesSoapStub = xIgniteQuotes.getXigniteQuotesSoap(); } catch (Exception e) { throw new InternalErrorException(e); } }
104105106107108109110111
/* Return quotes */ return convertToMyPortalQuoteCollection(quickQuotes); } catch (Exception e) { throw new InternalErrorException(e); } }