208209210211212213214215216217
properties = new PropertyResourceBundle(input); } } catch (IOException e1) { throw new MessageException(e.getMessage(), e); } } return properties; }
79808182838485868788
cachedProxies.put(targetInterface.getCanonicalName(), proxy); return proxy; } catch (Exception e) { throw new MessageException(e.getMessage(), e); } } return proxy; }