/* */
/* 228 */ interceptorList.add(ClientMethodInterceptor.class);
/* 229 */ interceptorList.add(InvokerInterceptor.class);
/* */
/* 231 */ ClassLoader loader = Thread.currentThread().getContextClassLoader();
/* 232 */ GenericProxyFactory proxyFactory = new GenericProxyFactory();
/* */
/* 234 */ Object proxy = proxyFactory.createProxy(cacheID, this.serviceName, this.delegateInvoker, jndiName, proxyBindingName, interceptorList, loader, targetInterfaces);
/* */
/* 238 */ this.objectMap.put(cacheID, value);
/* */
/* 240 */ return proxy;
/* */ }