555657585960616263
*/ } ProxyFactory factory = ProxyFactory.newProxyFactory(type); ProxyMethodInterceptor methodInterceptor = factory.getMethodInterceptor(); methodInterceptor.connect(server, objectName); return factory.create(methodInterceptor); } }